How can I determine the names and default values of the formatting options...
I am creating an omnisharp.json file to set my C# formatting preferences. How do I know what properties are available to set and what their default values are?I can press Ctrl + Space to display...
View ArticleHow to run VScode in sudo mode in WSL2?
I was configuring the new Windows subsystem for Linux 2 developing environment. I have installed VSCode in Windows and WSL2 distribution of Ubuntu 18.04. I can open VSCode in Ubuntu(accessed through...
View ArticleI am unable to build ios app using vs code on ios simulator: Could not build...
I'm facing issues to build ios app using vscode on a mac:launching lib/main.dart on iPhone 11 Pro Max in debug mode... Xcode build done. 16.8s Failed to build iOS app Error output from Xcode build: ↳...
View ArticleHow to remove Dart DevTools?
I am trying out Flutter with VS Code. Somehow, I ended up using(installed it by accident) Dart DevTools.Whenever I run apps or start debugging apps, Dart DevTools pops up on a browser. How can I...
View ArticleHow to rename multiple files in vscode (visual studio code)?
I wonder, if there is way to rename multiple files in visual studio code? I have tried to use find and replace, no luck.
View ArticleStop Visual Studio Code From Automatically Adding Semicolons In .vue Files
I use Visual Studio Code with Vetur extension, when I right click on my .vue file and chose "Format Document" option Visual Studio Code automatically add the semicolons that intentionally removed...
View ArticleUnity intellisense not working on vs code after installing extensions
I'm trying to make Unity intellisense work on vs code but after installing a bunch of related extensions and .NET Framework 4.6 Targeting Pack it still doesn't work. I already followed this but there's...
View ArticleSSH Agent Forwarding with Visual Studio Code Remote - SSH extension
I have a RHEL "dev" server running Ansible behind a jumpbox.I need to connect to the RHEL server from a Windows 10 machine using the VS Code Remote - SSH extension for Ansible development work. I am...
View ArticleGit take number of files changes not show files in windows 10 , can push by...
can push by command line not show any file and make uninstall to git and install again same problem
View ArticleWhat is the best way to type-check the configuration for vscode extension?
I have a vscode extension that defines a bunch of items in "configuration" contribution point in package.json. For example:{ "configuration": { "title": "My extension config", "type": "object",...
View ArticleOpening project in VSCode using batch file
Disclaimer: I read this and this before, but it doesn't work as I want.Description: I decided to create set of batch files for convenient way to run different projects in VSCode from desktop in one...
View Articleconsole.timeEnd() duped from unknown constructor.js when Debug with Node.js...
I was learning node.js debugging and I noticed that a console.timeEnd() prints twice only when it's run by Debug with Node.js in vscode.Here's my code:// myConsoleTime.js console.time('myTask') for...
View ArticleMERN Application in vscode give Error: Cannot find module...
** This is my server.js and package.json file for creating MERN application but when I run it with nodemon it gives me the following error.error image link is given below** ** server.js** '''const...
View ArticleHow do I duplicate a line or selection within Visual Studio Code?
Using Microsoft's Visual Studio Code, how do I duplicate a line of code and then move it up and down? (Similar to Sublime's cmd+shift+d behaviour)It's a feature that I use constantly, and am struggling...
View Articlevisual studio code and imports automatically added for vanilla script
I am using visual studio code and my project is vanilla script (pure ECMAScript 2017). If I autoimport a module, VSCode will add an import and the extension is missing (.js). Expample:import {...
View Articleagent key RSA SHA256 returned incorrect signature type
i'm using vscode development container with docker but i have a problem when sharing git with container. i've setup git, ssh-add, ssh-agent as follows in here and everything work as well. But when i...
View ArticleRun Django tests in the VSCode Test explorer?
I am trying to run Django unit tests in the VSCode Test Explorer, also, I want the CodeLens 'Run Tests' button to appear above each test. enter image description here However, in the Test Explorer,...
View ArticleHTML autocomplete/snippets stopped working when I changed the file language...
I guess there's some built in snippets because I used to be able to do stuff like type: h2 + tab and get <h2>|</h2>. However my language snippets weren't working, so I switched the file...
View ArticleBuild cpp file in Visual studio code with bash
enter image description hereenter image description hereI'm setting up Visual Studio code in Windows 10. The .cpp file can't be built with bash, even if it can be done with powershell. (with means...
View ArticleWhich ESlint configuration is using "react-scripts build"?
I configured VScode with the ESLint plugin and here is my .eslintrc.json config : { "env": { "browser": true, "es6": true }, "extends": ["eslint:recommanded", "plugin:react/recommanded"], "globals": {...
View Article