Table viewer, profile viewer, and terminal shell integration not working on vscode

  • TableViewer: Only works via the workspace view for bindings in Main. You can use Main.vscodedisplay(iris) inside of a module though.
  • Shell integration: Doesn’t work on Windows in the latest release, but a somewhat working version will be in the next one.
  • ProfileViewer: Don’t load ProfileViewer.jl if you want to use the built-in one (and use Main.@profview ... in the module).