Visual Studio Code vs SQL Formatting
I downloaded Visual Studio Code thinking it would be nice to write T-SQL scripts and have the pretty auto-formatting happen as write.I've already installed the mssql extension.When creating a new file,...
View ArticleVisual Studio Code does showing GUI in Win 7
I have recently faced the issue in Visual Studio Code, whenever I am trying to launch the "Application", it is showing nothing but a black screen. Previously it was working, but after installation of...
View ArticleCustom button is not showing in the VS code editor title menu bar
In an extension I want to add a button to display in the VS code editor title menu bar when it opens a synapse XML document.In order to that, I added the following command in commands of package.json...
View ArticleSFML for MinGW VS code
I am attempting to use SFML for my next project, however I have yet to find reliable information on how to install SFML for MinGW, the page on the main SFML website is for using code::blocks, and I...
View ArticleConda activate test environment not working
Picture of Error I am getting What should my next steps be to get my conda activate test back up and working? I should note "activate test" works but I dont know why the sudden change
View ArticleHow to get VScode recognize d.ts files without referencing them directly
I have a project created with create-react-app-tsI also have a set of d.ts files that are generated interfaces from JSON-schema. They define some interfaces for a remote API.I would like these d.ts...
View ArticleHow to use Visual Studio Code as Default Editor for Git MergeTool
Today I was trying to use the git mergetool on Windows Command Prompt and realized that it was defaulting to use VIM, which is cool, but I'd prefer VSCode. How can I have Visual Studio Code function as...
View ArticleVSCode Python Intellisense: Doesn't show methods of a imported python class
Why VSCode Intellisense dont show methods of imported class?from tinydb import TinyDB db = TinyDB('db.json') db. # Here I dont have any methods of TinyDB object in suggestions list
View ArticleVSCode different permissions when opened with CLI versus shortcut (macOS...
I am using the OmniSharp/Microsoft C# extension with VSCode. When I open my project using the code . command inside my project folder, the extension is able to find the dotnet SDKs just fine and...
View ArticleMerge cells in VSCode jupyter notebook?
I found the recently updated Jupyter notebook support of VSCode very useful. However, I can't figure out how to merge cells. Is it possible at all? or will this feature land in the near future?
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 Articleunable to type in Visual Studio Code
people from StackOverflow. I have a very frustrating experience with VS Code. At the moment of starting a new file, a mode starts on the editor that makes me being unable to type anything. Here is a...
View ArticleSetting up configuration file for external python interpreter using Visual...
I have set up an external interpreter manually by using python.pythonPath: ${env:PYTHON_VAR}. The external Interpreter is from an application that requires some configuration settings such as server,...
View ArticleCan't push refs to remote try running pull first to integrate your changes
I keep getting this error when I try to push to GitHub from VScode. I've pushed before to that repository following the exact same steps I am following now. Can't find an answer to what is the reason...
View ArticleSwap shift-enter and enter in python interactive window VSCode
In the interactive window in vscode you press shift-enter to run the code you just typed and enter to go to the next line. Can I swap this?
View ArticleSeveral "Format Document" actions in Visual Studio Code
Suddenly I found my code format not work anymore. Maybe it is reason I have several actions for the same shortcut? How to enable code format again?
View ArticleESLint and TypeScript complaining in MongoDB script file
I'm writing a mongodb script file with the suffix .js:// @ts-nocheck /* eslint-disable no-undef */ // Add admin use admin; I get the following error though when I however over admin:any Parsing error:...
View ArticleHow to send custom command from client to server (LSP implementation)
My implementation is based on 'vscode-languageserver' and I would like to know how to send custom requests to vscode server implementation.
View ArticleVS Code SSH-Remote to Rapberry Pi says: The VS Code Server failed to start
I'm trying to connect to my Rapberry Pi running Raspbian (september 2019 version) using the Remote Development extension in VS code (see here). My OpenSSH is working correctly as well as my key based...
View ArticleUnable to install gulp-sass via terminal
ProblemUnable to save gulp-sass package to project after running npm install --save-dev gulp-sass and sudo npm install --save-dev gulp-sass.Im running the followingNode v13.6.0 (Via NVM) NPM 6.4.1VS...
View Article