pluto-vscode icon indicating copy to clipboard operation
pluto-vscode copied to clipboard

Unable to reopen notebook

Open rongcuid opened this issue 3 years ago • 1 comments

When I right click a file and open with pluto, the screen simply stuck at Loading

rongcuid avatar Aug 02 '22 18:08 rongcuid

I have a similar issue. I tested pluto-vscode on both Visual Studio Code and Visual Studio Code Insider, neither works - it stays at "Loading Pluto..." ()

I hope I can have it run, so I can help to perform more tests.

Could you help to share more information about

  1. How do I add "the missing proposal"?
  2. start in extension development mode?
  3. regarding command line switch, I tried "open -a /Applications/Visual\ Studio\ Code\ -\ Insiders.app --args --enable-proposed-api juliacomputing.pluto-vscode" with no luck.

The error message that I got is

  ERR [Extension Host] Unable to log remote console arguments Output omitted for an object that cannot be inspected ('Error: Extension 'juliacomputing.pluto-vscode' CANNOT use API proposal: extensionRuntime.
Its package.json#enabledApiProposals-property declares: [] but NOT extensionRuntime.
 The missing proposal MUST be added and you must start in extension development mode or use the following command line switch: --enable-proposed-api juliacomputing.pluto-vscode')
[Extension Host] PlutoBackend exited with code 1 (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:91:142203))

Information about the test environment -

Visual Studio Code Insider

Version: 1.72.2
Commit: d045a5eda657f4d7b676dedbfa7aab8207f8a075
Date: 2022-10-12T22:16:30.254Z
Electron: 19.0.17
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Darwin x64 21.6.0
Sandboxed: No

Julia (Same issue when using 1.7, 1.8)

Julia Version 1.6.7
Commit 3b76b25b64 (2022-07-19 15:11 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin21.4.0)
  CPU: Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, skylake)
Environment:
  JULIA_NUM_THREADS = 4
  JULIA_COPY_STACKS = 1
  JULIA_EDITOR = code

pluto-vscode

v0.1.2

ysaereve avatar Oct 22 '22 11:10 ysaereve