VS code's extensions icons disappered, why?
im using vs code as mu text editor, and recently i found that icons of extensions list doesn't show! i mean it shoulb be like this : VS code shows icons extensionsbut in my VS code it's like this: VS...
View ArticleVS Code Plugin to open a terminal tab like a code editing tab
In VS Code I am only able to open terminals below code editing windows, making them separate.Is there an extension that would allow me to open a terminal as if it was a new code editing window, so it...
View ArticleWorking with Anaconda in Visual Studio Code
I am getting a bit confused here, the latest Anaconda Distribution, 2018.12 at time of writing comes with an option to install Microsoft Visual Studio Code, which is great.When launching VSC and after...
View Articleinconsistant return value of console.timeEnd()
I have following snippet taken from nodejs docs,console.time('100-elements'); for (let i = 0; i < 100; i++) { } console.timeEnd('100-elements'); // prints 100-elements: 225.438ms When I run the...
View ArticleSet environment variables when using Visual Studio Code with remote-shh...
I am trying to use Visual Studio Code with Remote-SSH extention (so I am working on a Windows machine while project files are on remote Linux server).In order to build the project (C++ & CMake) I...
View ArticleChrome not showing up in vscode. Manjaro Linux
i'm on Manjaro. i've install google-chrome from AUR and it shows up in flutter doctor , flutter devices when executed from terminal. the problem is when i run flutter doctor from vscode it says[✗]...
View ArticleC Programming sockets in windows - winsock2.h linking libraries?
I am trying to build some Windows socket code using C. I've started with the following basic code to initialize WinSock:#include <winsock2.h> #include <stdio.h> int main(int argc, char...
View ArticleHow to configure Prettier to keep property on the same line as jsx element?
Prettier formats code like this:<button className="prettier-class" id="prettier-id" onClick={this.handleClick}> Click Here </button> I want it to format it like this:<button...
View ArticleKeyboard shortcut in VSCode for Markdown links?
from other text editors I'm used to adding Markdown links byselecting the word I want to be linked,pressing cmd-K on my Mac's / iPad Pro's keyboard, which puts square brackets around the marked word,...
View ArticleBlurry/flickering text rendering in Electron
At this point, I can only surmise that the blame lies with Electron (or some component thereof) for blurry text that additionally flickers softly in Atom. Bringing focus to code in the editor via...
View ArticleVS Code :: Cannot edit in read-only editor when Compare Selected
I'm using VS Code 1.140.1 on MacOS Catalina and I need to compare two files. I open both files with VS CodeI select bothI right click on them and I select "Compare Selected"The comparison works but...
View ArticleAdd left space/margin/padding in VS Code editor window between line numbers...
I would love to have some space between the line numbers and the first intendation/code in the VS Code editor window:I just want to indent the code in the editor without actually adding whitespace in...
View ArticleI'm getting errors from downloaded project and all project libraries are...
I've downloaded a project that is running for my colleague but I'm getting errors in my Visual Code.import { ApiModelPropertyOptional } from "@nestjs/swagger"; import { IsString, IsEmail, IsOptional }...
View ArticlePreview transformation in vscode using javascript/typescript
We are consuming apis returning json in our projects. The json from those api can contain rather large structures which need to be mapped into other large structures (usually json but could be xml or...
View ArticleUsing a shell command as VSCode task variable value
I am trying to define a VSCode task in tasks.json that would adapt to the specific architecture where VSCode runs. To do this, I want to get the architecture as uname --m (e.g."aarch64" or "amd64"). My...
View ArticleHow to enable VS Code HTML error checking / validation?
I have just switched to Visual Studio Code for web development from Netbeans and am finding my way around. In Netbeans, if I forget the closing bracket on a tagname it will indicate my error with a red...
View ArticleVS Code API - remote calls
I am currently investigating VS code extensions in conjunction with a code generation project. While I understand that the VS code API is fairly full-fledged to allow in-extension manipulation of...
View Article'workon' is not recognized as an internal or external command, operable...
I had created a virtual environment named test on cmd and then tried to call it on vscode terminal then it is showing:'workon' is not recognized as an internal or external command, operable program or...
View ArticleVS code load all solution projects in explorer
I created a solution on (vs code - .net core 3 - ubuntu ) using the following commanddotnet new solution then i add 4 projects to the solution dotnet new webapi -o MyMusic.Api dotnet new classlib -o...
View ArticleVisual Studio code annoying auto launch
My Visual Studio code keeps launching itself randomly and points to a .JS file. I had to uninstall it because it becomes very annoying. Anyone had this problem before?enter image description here
View Article