VSCode Version: 1.63.2 Local OS Version: Windows 10.0.19043 build 19043 Remote OS Version: Ubuntu 20.04 Remote Extension/Connection Type: WSL Steps to Reproduce: Create file ~/workspace1/file1.txt and directory ~/workspace2 in WSL filesy...
🐛 bug report Preflight Checklist [x ] I have read the Contributing Guidelines for this project. [ x] I agree to follow the Code of Conduct that this project adheres to. [ x] I have searched the issue tracker for an issue that matches the...
// - Shan.code-settings-sync: Synchronize Settings, Snippets, Themes, File Icons, Launch, Keybindings, Workspaces and Extensions Across Multiple Machines Using GitHub Gist.113 // - shd101wyy.markdown-preview-enhanced: Markdown Preview Enhanced ported to vscode ...
// - Shan.code-settings-sync: Synchronize Settings, Snippets, Themes, File Icons, Launch, Keybindings, Workspaces and Extensions Across Multiple Machines Using GitHub Gist.113 // - shd101wyy.markdown-preview-enhanced: Markdown Preview Enhanced ported to vscode ...
Type: Bug VS Code Version: 1.79.0 OS Version: rockylinux9.2 Steps to Reproduce: use root user code --no-sandbox --user-data-dir=/home/vscode #Display an empty window vim /var/log/messages #show some err msg Jun 9 15:27:06 R9 systemd[1]: ...
Type: Bug I have an SSH key with a passphrase for security. I create saved (local Windows machine) workspaces for various SSH remote Linux instances as well as non-remote development projects that don't require SSH. Open workspace (my-re...
In this folder delete Cache, Cached Data, CachedExtensions, Code Cache, and User/workspaceStorage You can avoid removing all of your workspaces by looking into the workspace folder and finding the one associated with your project and only removing that (I have not tested that). This should wor...
IMO, this would be awhole loteasier for ordinary users (though I have no idea how hard it would be for you to implement): .vscode/c_cpp_properties.json: {"configurations":[{"name":"default","includePath":["${workspaceFolder}","${workspaceFolder}/include"],},{"name":"linux","include...
I'm using styled-components but also tried temporarily adding emotion to my project which seems to work fine. I have followed the styled-engine-sc guide carefully but the error sticks around. I'm using CRA with lerna and yarn workspaces. The styled-engine folder does appear in the root nod...
The issue was fixed in electron 13.6.9 but VSCode (as of 1.65) uses 13.5.2 for packaging. This can be resolved by bumping the electron target defined in .yarnrc and package.json. I have managed to run the wayland flags with custom prepare step of arch's vscodium 1.65.0-1 PKGBUILD,...