szcf-weiya / techNotes

My notes about tech (Linux/R/Julia/Python/Cpp/etc.)
https://tech.hohoweiya.xyz/
11 stars 7 forks source link

vscode #17

Open szcf-weiya opened 3 years ago

szcf-weiya commented 3 years ago

set terminal

image

  1. Ctrl+Shift+P
  2. type terminal
  3. edit the setting.json of terminal.integrated.shell.linux image
szcf-weiya commented 2 years ago

Files Watcher Exclude

https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc image

it seems that ** in the folder string res_** does not work.

Move those results into a separate folder.

And surprisingly, this feature has not been implemented, https://github.com/microsoft/vscode/issues/62725

szcf-weiya commented 2 years ago

Peek 2022-03-30 20-28

szcf-weiya commented 1 year ago

if vscode-server failed, try to delete ~/.vscode-server on the server.