How to share extensions and settings with VS Code stable and insider build?
I have installed both the versions of VS Code stable and insiders build on my machine.But the problem is that insiders are not showing all the settings and extensions I am using in the stable...
View ArticleHow to display a read-only text/documentation on top of a file in vsCode...
I am creating a vsCode extension and would like to allow it to display a little documentation header on top of one file type.RequirementsThe extension should be able to display some read-only text on...
View ArticleVSCode not emulating other file than my old version of index
Faced with the prospects of having to code, in order to build a digital annex for my thesis, I've wrote a bunch of very raw lines: a index with some imagelinks - it's a catalogue of sculptures. Each...
View ArticleHow to run whole go package in VSCode? [closed]
I have two files within the same package: main.go and fibonacci.go. main.go is using function from fibonacci.go.When I run code (hit Ctrl+F5) in VSCode being in the main.go file, it gives me the error...
View ArticleVS Code: enable javascript intellisense in typescript project
Is there a way to enable intellisense for Javascript files in a Typescript project? If I import a function from a javascript package like this:import foo from "js-package"and I'm in index.js, I see the...
View ArticleError: spawn ENOTDIR, when selecting python interpreter in VS Code
I have created django project and virtualenv into same folder asopening-up vscode does not display the virtual environment in which the django project is using.now if I select interpreter for the...
View ArticleGoogle Styleguide Java Format for VSCode
Is there a good extension or proven methodology to automatically format Java code in VSCode to adhere to Google's Java Styleguide? Nothing from the list of links below seems to work for my set-up. I...
View Articleusing Python in vs code cannot print to terminal while the code is running
I am sure this used to work a few days ago and I don't think I have changed anything, in fact I just uninstalled anaconda and vscode and reinstalled it all to see if that worked but did not help.But...
View ArticleStrange behaviour using VS Code: get-credential cmdlet blocked after...
I have a script that uses Windows forms for some prompts. No problems except when I use it in VSCode (using the powershell extension)If the function using the windows form is called, the subsequent use...
View ArticleHow to redefine the console.log snippet in Visual Studio Code?
By default VSC includes a snippet for console.log function :I try to redefine it because it doesn't match my preference. But when I write the snippet in the User context, it adds up to the list of...
View ArticleDifferent theme per window in Visual Studio Code
Is it possible to open 2 Visual Studio Code sessions with different themes? Maybe like this:Window 1: light theme → live systemWindow 2: dark theme → development system
View ArticleHow to debug application made by AWS SAM in VSCode?
SummaryI made Go application by AWS SAM. Now I try to debug this sample application in VSCode, but It fails so I want to know how to correctly debug it.Triedtoggl-slack ├── Makefile ├── README.md ├──...
View ArticleEnable xelatex in Latex Workshops for Visual Studio Code
I have a template, which defines all the typesetting recommendations for thesis, but it uses xelatex for compilation. I want to continue using VS Code with Latex Workshops, question is how to change...
View ArticleVisual Studio Code : Sort functions by name?
Is it possible to sort functions by name in Visual Studio Code ? I mean, using a keyboard shortcude or even an extension.
View Articlevscode terminal: terminate process without prompt
I'm used to terminating a process in the CLI by pressing Ctrl+C twice but that doesn't work in vscode's integrated terminal. It prompts for confirmation. Is there a way to use it the same way? Or even...
View ArticleNGINX subroute not working correctly but base route works fine
I have nginx configured to run multiple web servers on urls like "/vscode", "/jupyterlab", "/eclipse" and so on. I have tried below configuration where VSCode web server on Port 8080 is running. The...
View ArticleIs there a way in vscode to only zoom in on the editor
Currently, when you zoom in while using vscode, the editor, side panel, and icons all get magnified.Does anyone know how to get functionality similar to Atom where only the editor gets larger?
View ArticleVisual Studio Code and exactly 'header.php' file
I've just met a very strange behaviour, i suppose that beneath this question may be relies some stupid simply fix that i forgot, but i am unable to find it.Just added emmet.balanceout shortcut to...
View Articleserver.sh not found when establishing vscode remote ssh connection
I get the following error when connecting to a remote host to setup remote SSH connection.Server did not start successfully. Full server log >>>[09:58:46.599] > bash: line 212:...
View ArticleC# code written in Visual Studio won't run in Visual Studio Code
I am trying to run a .NET Core Application in Visual Studio Code that was created in Visual Studio 2019. I'm having trouble with the dotnet run part, though. It keeps giving me this error:Unable to run...
View Article