Debug inside package
Is it possible to set a breakpoint inside a package in Visual Studio Code? The breakpoint stays unverified and is not hit. Also, step into doesn't work.
View ArticleVisual Studio Code can't be opened because "Apple cannot check it for...
I have downloaded Visual Studio Code for the first time but I keep getting message below:"Visual Studio Code" can't be opened because Apple cannot check it for malicious software. This software needs...
View ArticleVS Code not recognising module aliases in Expo project
I've set up import aliases in my Expo project. It's compiling fine however VS Code doenst recognise the import:In tsconfig.json{ "compilerOptions": { "allowSyntheticDefaultImports": true, "jsx":...
View ArticleHow can i open configure settings in vscode extensions development?
How to call the configure settings page when develop vscode extension?
View ArticleHow can I attach to a specific process in Visual Studio Code
When I debug my .net core project in VSC I'm asked for a process Id to attach to. This shows a long list of running processes where I either type or scroll to find a specific process. How can I attach...
View ArticleHow do I open multiple instances of Visual Studio Code?
Today Microsoft released the Visual Studio Code file/folder editor.The first limitation is it appears to be a single-instance application.Is there a way of getting multiple instances, or otherwise...
View ArticleOpening VS Code settings window from extension with specific search query
I am writing a VS Code extension where I want to open the settings window programmatically from my extension. I want the window to already have the search filled out to only show the settings my...
View ArticleHow do I collapse sections of code in Visual Studio Code for Windows?
How do I fold or collapse sections of code in Visual Studio Code?Is this feature supported?
View ArticleVisual Studio Code PHP Intelephense Keep Showing Not Necessary Error
After the latest update of PHP Intelephense that I get today, the intelephense keep showing an error for an undefined symbol for my route (and other class too), there is no error like this before and...
View ArticleVSCode: How to run a command after each terminal open?
On Windows I have to run the command start-ssh-agent.cmd on each new terminal session I open. My development environment is VSCode, and I open a dozen new terminals each day. After each terminal open,...
View ArticleSaving a file in VSCode deletes all the tracked files in the git repo
I have a git repository folder opened in VSCode. After hitting cmd+s to save a file I'm currently working on, this action often deletes all of the tracked files in the repository and adds them to be...
View ArticleHow to disable syntax coloring in Visual Studio Code
I would like to disable syntax coloring altogether.I have tried to disable parameter hints but that didn't have any effect.Is it possible to have the editor with just a foreground/background color and...
View ArticleVisual Studio Code (Emmet): Add closing tag comment
So I would like Visual Studio Code (with the aid of Emmet) to be able to transform something like.wrapper into this<div class="wrapper"></div><!-- /.wrapper --> I believe there are...
View ArticleCTRL + C in Visual Studio terminal does nothing 50% of the time. Bug or feature?
How do you kill a running terminal in VS Code? Half the time Ctrl+C does nothing and I have to close the application. Is this a bug or a feature?
View ArticleConfiguring auto-completion in VS Code
What needs to be done so methods of a variable appear after entering a point? Moreover, if the variable is explicitly defined as a string, prompts appear.
View ArticleRunning bash script by 'green arrow'
Is it possible to set up VS Code to run my bash script directly in the terminal by 'green arrow' like for python rather than by running a task in the separate console?Python run:Bash run by task, there...
View ArticleFlutter: Could not find the built application bundle at...
I am trying to run my application in debug mode from VSCode. However, every time, regardless if I am running on a simulator or a real device, the debug console outputs Could not find the built...
View ArticleHow do I set a keyboard shortcut for variable viewer in jupyter notebook?
In Jupyter notebook in VS Code, I love variable window feature. I can use the variable viewer by clicking on the toolbar icon. I wanted to be open it and close it quickly. Hence, I searched for it in...
View Articlelanguage server onCompletion is only listening to letters [a-z], how do I...
The lsp-sample in repository https://github.com/microsoft/vscode-extension-samples/tree/master/lsp-sample shows how to implement onCompletionthe server only listens to letters [a-z] and not to a period...
View ArticleVSCode C# "go to definition" (F12) not working
I'm using VSCode 1.19 and trying to "Go>Go to definition" in a .cs file like in Visual Studio and it does nothing. In a .js file it works well and i'm guessing if there is some workaround this.
View Article