Make VScode scroll, using the bar and not the cursor
When I scroll in VScode, instead of the bar moving, it is the cursor which is moving up/down.Is there a way to change this?
View ArticleConfigure CSS navigation extension so it does not open a new tab
The 'CSS navigation' extension will open another tab when 'jump to definition' is clicked. Could it instead simply scroll down to the selector on the already open CSS(SCSS) file?
View ArticleNXunit Test Explorer isn't showing tests on VS Code (Test Explorer UI)
I'm making a custom HTML Helper inside a .NET Core 2.0 project, also there's a XUnit Test Project who belongs to the same solution, I have managed to test in console and everything runs fine, but I...
View ArticleVS Code's Intellisense does not suggest any functions of a Sequelize object...
When following the Sequelize's document, I created User model by using the sequelize object.const Sequelize = require("sequelize"); const Model = Sequelize.Model; const path =...
View ArticleHow to add -race argument in launch.json file?
I debug Go programs in Visual Studio Code. How can I add the -race argument in launch.json file?I add config in launch.json like below, but it doesn't work."args": ["-race"]
View ArticleCollapse all methods in Visual Studio Code
In Visual Studio Professional, we have a shortcut key, Ctrl + MCtrl + O to collapse all methods and properties in a class. How can I do a similar thing in Visual Studio Code?I know there are shortcut...
View ArticleHow to re-use a VS Code task window, without closing it
My goal is to re-use a task window in VS Code. However, when I enter ctrl + c, the task stops, but then writes: "Terminal will be reused by tasks, press any key to close it.".I don't want to close the...
View ArticleOpen a file in VS code using `open -r`
I was trying to use the command code -r file_name.py in the integrated terminal in VS code to open the file in the existing window that I'd already opened. However, another new VS code window was still...
View ArticleIs that possible disable device switch in Visual Studio Code when develop...
Is that possible disable device switch in Visual Studio Code when develop flutter ?What's my condition:I have simulator opened, and debug for a while, code for a while.Then I need to plugin my phone to...
View ArticleCan I include the default editor inside a webview in VSCode?
In my project I created a Webview extension for Visual Studio Code. Inside the Webview I have a text editor (currently monaco editor) and a graphical Modeler.Now I wondered if there is any way to...
View Articlehow jsdoc Classes with static properties
how i can get a valid setup here? I want able to doc the id property with the static classes _Test.list but am not able to found the correct way with intellisense inside vscode. So all number not come...
View ArticleI can't reply to the cmd when it asks an input
I am just starting to learn how to use Symfony 4 and there I have a problem. Sometimes when I use the command terminal, it interacts with me (like it asks for the name of a property of an entity), the...
View ArticleHow to find NODE_MODULE_VERSION?
Is it possible to know NODE_MODULE_VERSION in Node.js? If yes, then how? I am interested specifically in the VSCode's builtin Node.js, but maybe Node.js doesn't expose the variable, but VSCode API does?
View ArticleExtension host terminated unexpectedly while debugging React-native project
Developer console when the error occurs.Any methods without disabling react-native-tool extension?
View ArticleMemory debugger for Python in Visual studio code
Do we have a memory debugger for Python in Visual Studio code(including vs marketplace). If not, is there any other alternatives?
View ArticleIs there a real doumentation on using EntityFrameworkCore with Studio code on...
Preamble Please: I am so angry at Microsoft Documentation and general web forums on ASP.NETcore and EF Core guides on Visual code for Linux. First I had several issues relating to SSL and MSSQL...
View ArticleVisual Studio Code: code not running for C++11
When I try to run this code and press the play button on the top right:#include <iostream> using namespace std; void test() { int v[]={0,1,2,3}; for(auto x:v) cout << x << '\n'; } int...
View ArticleRefactor local variable name using VSCode
I have this simple situation, I'd like to refactor the name of the role variable:It looks like VSCode is smart enough to know that "roles" in the url should not be touched. I just want to refactor the...
View ArticleFlutter cant find android SDK even tho correct path and latest android studio...
I try to debug an android app on my physical device. i could yesterday but today my device wont show up in devices i ran flutter doctor see this error.Android SDK file not found: adb.i already tried...
View ArticleVS Code - syntax highlighting for gitmessage
I have a vscode set up as a git message writer. So far so good. But this month in our company we started using the Phabricator with hashtags, and i cannot use # for comments anymore. I've changed it to...
View Article