ここに質問の内容を詳しく書いてください。
※試した事
rm -rf /Applications/Visual\ Studio\ Code.app/
rm -rf ~/Library/Application\ Support/Code
rm -rf ~/.vscode/
以上のコマンドで一度全てVScodeをアンインストールし、再インストールしてから
「easy sassのみを入れても」エラーが出てしまいます
他のSass系プラグインに関しても同様です
他のPCからSettingSyncでGithubを使い環境を現在使用しているPCに移設したのですが
途中で上司に当たる方から「Node.js npm webpack」を使った環境構築をセッティングされてから挙動がおかしくなり
今日ついに動かなくなってしまいました
発生している問題・エラーメッセージ
workbench.desktop.main.js:1857 Extension host terminated unexpectedly. Code: 7 Signal: null
_onExtensionHostCrashed @ workbench.desktop.main.js:1857
workbench.desktop.main.js:626 ERR Extension host terminated unexpectedly. The following extensions were running: vscode.microsoft-authentication, vscode.debug-auto-launch, vscode.git, spook.easysass, ms-vscode.js-debug, vscode.github-authentication, vscode.github
workbench.desktop.main.js:731 拡張機能のホストが予期せずに終了しました。
onDidChangeNotification @ workbench.desktop.main.js:731
workbench.desktop.main.js:626 ERR Error: No authentication provider 'github' is currently registered.
at A.getSessions (workbench.desktop.main.js:1850)
at async fi.getAccounts (workbench.desktop.main.js:2014)
at async fi.update (workbench.desktop.main.js:2014)
at async fi.initialize (workbench.desktop.main.js:2014)
at async fi.waitAndInitialize (workbench.desktop.main.js:2014)
workbench.desktop.main.js:626 WARN Settings Sync: Accounts are not initialized
workbench.desktop.main.js:2765 Extension Host
workbench.desktop.main.js:2765 /Users/vowz_002/.vscode/extensions/spook.easysass-0.0.6/lib/sass.sync.js:61
DevTools failed to load SourceMap: Could not load content for https://ticino.blob.core.windows.net/sourcemaps/f30a9b73e8ffc278e71575118b6bf568f04587c8/core/vs/workbench/workbench.desktop.main.js.map: Load canceled due to load timeout
該当のソースコード
上記した通り、VScodeにeasy sassを入れただけでも「拡張機能のホストが予期せずに終了しました。」となり、他のプラグインにもエラーが影響しているのが現状です
回答1件
あなたの回答
tips
プレビュー