Mysettings.jsonfile looks like this: {"editor.formatOnPaste":true,"git.autofetch":true,"[markdown]":{"editor.wordWrap":"on"},"eslint.codeActionsOnSave.rules":null,"solidity.telemetry":false,"editor.formatOnSave":true,"eslint.run":"onSave","workbench.editor.wrapTabs":true,"remote.SSH....
If someone is going to use the coursera-dl to download the open-class materials on www.coursera.com, and on the Windows OS someone wants to use a file like ".netrc" which is in like-Unix OS to add the option -n instead of -U <username> -P <password> for convenience. He/...
Undo stack is lost when remote connection(SSH) is closed or when 'Developer: Reload window' palette command is run. 'Files: Restore Undo Stack' is enabled and 'Editor: Format On Save' is disabled #77293 Sign in to view logs Summary Jobs main Run details Usage Workflow file Triggered ...
Undo stack is lost when remote connection(SSH) is closed or when 'Developer: Reload window' palette command is run. 'Files: Restore Undo Stack' is enabled and 'Editor: Format On Save' is disabled #230059 Sign in to view logs Summary Jobs main Run details Usage Workflow file Triggered...
I struggled a couple of hours to get it working on my arch setup, but I always ran into some new error, so I gave up... I have to log in with GitHub every time a VSCode window opens (every window), because it can't save the credentials. Pretty annoying. ...
"editor.minimap.enabled": false, "editor.formatOnSave": true, "editor.renderWhitespace": "all", "gitlens.views.branches.pullRequests.showForCommits": false, "remote.SSH.remotePlatform": { "sandbox.25zgjr.csb": "linux" }, "workbench.colorTheme": "Default Light Modern", "editor.codeActio...
Since upload local -> remote also still works, you can apply this patch to avoid seeing the error. In file ...\.vscode\extensions\liximomo.sftp-1.12.9\node_modules\ssh2-streams\lib\sftp.js change line 416 cb(err); to cb(); That way you can still upload files, dont have to dow...