Change Global Css Code using Local Css Code
If I have a css code section { margin-left: 80px; } in global css and If I need to change the code into margin-left: 40px; by using local css code. Is it possible to do it?Is it possibly to change the...
View Articleld: symbol(s) not found for architecture x86_64 on OSX, Visual Studio Code
I run my code on a Windows Machine and Online compilers, it works. But on my Mac it doesn't. The following is my code:#include "T7.h" using namespace std; int main() { Car myCarObject1; // create a car...
View ArticleNot able to run Tests in VS code
I am fairly new to programming( 1st year CompSci). I decided to write my java code in VSCode. I Have a test file but whenever i try to run the test i get the following errors in the Debug...
View ArticleHow to modify makeindex script in VS code for Latex
I am trying to create a list of nomenclature for a report in latex. I am writing it in Microsoft Visual Code. An extension called "Latex Workshop" is used to generate the PDF. However, it is does not...
View ArticleVscode Do a custom command when running languages
I want to be able to run moonscript files (or other languages) in a certain workspace with the "Run code" shortcut of vscode (which shows code not supported or defined for the moment), but I don't...
View ArticleVisual Studio Code - Terminal Blank Screen
I've been using Visual Studio Code since it was in beta and one of the features I like best about it is the integrated terminal for using the Angular CLI in app. I've had it working fine since I had...
View ArticleUnable to link AWS CPP SDK package to my CPP program
I have written a simple code to list buckets in my account. However, I am getting Link error just by include AWS .h files. The code is below:I am using Visual Studio(2019) Code. I obtained the AWS core...
View ArticleVisual studio code not autocompleting my javascript methods
I am writing automated tests for a webshop using Visual studio Code, webdriverIO and javascript/nodeJSEverything works fine, but I can't seem to get vs code to autocomplete my methods (I am using a...
View ArticleHow to edit default dark theme for Visual Studio Code?
I'm using Windows 7 64-bit.Is there a way to edit default dark theme in the Visual Studio Code? In %USERPROFILE%\.vscode folder there are only themes from the extensions, while in installation path (I...
View ArticleWrite a function in Visual Studio Code Extension to run a Shell Command...
From Show all commands(Shift + Command + P), select a command(for e.g. ls -l) that would display local list of files in Terminal/console window.
View ArticleHighlight/Select word and put brackets or " around it VS2019
VSC allows, to mark one or multiple words and put e.g. brackets around them or "", by simply "writing" (, { or ". I love this feature and I'm missing it in VS 2019. Is there any setting I haven't seen...
View ArticleIs there a way in Visual Studio to write an expressioin if not null then max?
I'm trying to find the equivalent expression for a custom report that would work in a Visual Studio expression.I tried this:'''=IF((FIELDS!COLUMN.VALUE <> NULL THEN MAX(FIELDS!COLUMN.VALUE))ELSE...
View ArticleHow can I make the vscode gui visible?
I am using CentOS 7.7.1909 version. I installed vscode via yum, the window pops up but nothing comes up like the screenshot. What should I do?
View ArticleVscode + Haskero: "Couldn't guess that module name" instead of type hovers
I like the "type hover" feature in Haskero. But if my code contains mistakes, the hover says "Couldn't guess that module name" instead of showing types. Is it a proper behavior? Because this "type...
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 get the entire document text in onDidChangeTextDocument on vscode...
I want to parse a file allways that the user change it, so I implement the onDidChangeTextDocument method from connection. But this event just give me the URI and the content changes. How can I get the...
View ArticleHow to access the api for git in visual studio code
I want to use the vscode git api in one my extension to do git clone and other tasks. Is it accessible from the vscode api ? The code is present here.. api
View ArticleVs Code unable to install extension if I don't run vs code as root
In macOS, my Vs Code can't read my extensions if I don't run it as root user.It happened after I changed owner of /Applications/Visual Studio Code.app/Contents/MacOS/Electron to install an extension...
View Article"breakpoint set but not yet bound" error when debugging node.js
I have configured my Visual studio code to debug nodejs, chrome(vuejs) application using the recipe in the link. I am however getting a "Failed to exec debug script" error when I debug "Meteor All"...
View ArticleVS Code, Restarting Extension host only
I'm using "VS Code" for almost a year, I have installed some extensions. Sometimes when I'm starting "VS Code", I got the notification saying that "Extension host terminated unexpectedly". To restart...
View Article