You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i contribute the code-server project use these steps:
1.yarn
2.yarn vscoe
3.yarn watch
i visit http://localhost:8080, it works normally. then i installed extensions: cpptools and Chinese Language Pack, but the extensions seems not work. it still use English Language, and the vscode-web will pop a warning dialog at bottom-right corner when i first visit. When running the debugger for an active C++ file, the debugger throws an error saying that it cannot find the build task associated with the debug configuration.
but when i develop the code-server use the Standalone Releases 3.4.1, all of these problems disappeared, the extensions work normally.