Steps to Reproduce: Close all VSCode windows Open folder in VSCode via Windows context menu ("Open with Code") Add another folder to the workspace to create an untitled workspace Close VSCode Open the same folder in VSCode via Windows context menu ("Open with Code") You will now have two ...
@weinand, thanks but that is not an option since I'm using https://github.com/microsoft/vscode-test. I also tried 'workbench.action.closeFolder' but this weirdly causes the test restart and run again, in an infinite loop! bpasero added the *question label Feb 18, 2022 Member bpasero...
Close the IDE, go to the project directory, backup and delete the entire .idea folder and any .iml files from its root In the IDE, go to File | New | Project from existing sources, select the project's source (root directory or main build file) Wait ...
A good way to get auto number from database in VB.net a matching symbol file was not found in this folder a program run as part of the setup did not finish as expected A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - Th...
Close the IDE, go to the project directory, backup and delete the entire .idea folder and any .iml files from its root In the IDE, go to File | New | Project from existing sources, select the project's source (root directory or main build file) Wait for indexing to finish If it do...
A good way to get auto number from database in VB.net a matching symbol file was not found in this folder a program run as part of the setup did not finish as expected A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - Th...
vscode-flutter-files gor 4.9.1 flutter-intl loc 1.19.3 flutter-tree mar 1.0.0 flutter-snippets Mar 1.0.5 debugpy ms- 2024.10.0 python ms- 2024.12.3 vscode-pylance ms- 2024.8.1 awesome-flutter-snippets Nas 4.0.1 file-and-folder-icons nex 1.0.4 material-icon-theme PKi 5.9.0 flutter-da...
Issue Type: Bug I have a Go project that has the following structure: project <some files> subfolder <more files> go.mod go.mod subfolder VSCode recommends that I add the subfolder as a separate workspace folder in order for go autocompl...
In ARP entry I cannot see the visual code but the the folder still exist. and If I retrigger the installation it is giving thing error: Did you try uninstalling from an elevated account? And did you reboot Windows first? Yes, I rebooted the machine and I am using elevated account but ...
You should check the methods openInEditor and handleChanges. But basically, the code is doing the following steps: Receive a file through a socket connection; Save it in the temp folder; Open that file using vscode.workspace.openTextDocument and vscode.window.showTextDocument; Listen for the eve...