VSCode Extension for reading .db files
Is there any extension or something out there that allows you to view .db files in VSCode? I am trying to look at a .db file while actively working on a project that uses sqlite3.Please let me know if...
View ArticleIs there a single area, tabs only layout for VSCode?
I would like to configure Visual Studio Code to have a single tabbed area (pane) including Editors, Side Bar and Panels. Is it possible?Here is a screen shot of Visual Studio 2019 showing all panes as...
View Articlevscode on linux: omnisharp "problems" with aspnetcore: "The type or namespace...
I have a project that works in VSCode on Windows, but when loading it on Linux it yields several "Problems":The type or namespace name 'Authorization' does not exist in the namespace...
View Articleaspnetcore on linux: Google OAuth login yields unhandled exception: "The...
I have an application that works on Windows, but when moving to Linux and I try to run it, it works up until I try to log in using Google OAuth. The errors I get are:An unhandled exception occurred...
View ArticleVS Code for Typescript - setting target to es6 creates js files which show...
This is a basic config scenario, I'm sure, but not understanding how to use es6 transpiling on Visual Studio Code for TypeScript.I've got very simple setup: { "compilerOptions": { "target":"es6",...
View ArticleRunning php files with xampp
I'm trying to run PHP file through localhost with xampp. I'm using VS Code as my text editor. I created a folder in htdocs but when I try to run the php files, it doesn't seem to work. I've been...
View ArticleVS code doesn't open any more
I am using vs code on ubuntu 18.04. since this morning I couldn't open my vs code. When I try open it in terminal I get this error:code . / not root-owned 0:100 How can I solve it?enter image...
View Articleextensions don't install automatically in vs code
vs code doesn't install any extension automatically, I have to install and import it manually, how to make it install the extensions automatically? The extension page looks like that and here is the...
View ArticleVisual studio code SFML no such file or directory
Hello i have been trying to learn c++ SFML by using visual studo code. After watching a tutorial how to install sfml in c++ i had everything set. But, the problem is when i try to compile it gives me...
View ArticleCan I remove the border of VScode markdown code tag style?
The border around the code tag is annoying, especially if there are many of code tags inside a paragraph. Can I remove it in the VScode editor?
View ArticleRunning multiple Visual Studio Tasks in Parallel
I'm trying to run a long-lived background task in visual studio (tsc --watch) while also running my app as two separate tasks. So, (app)-[dependsOn]->(tsc --watch). But, it appears that the app task...
View Articlehow to completely remove vs-code setting?
After I uninstalled vs-code the popup message appeared: Your extensions and settings will not be removed. Now I want to remove all of the vs-code settings and install it as a new user. How can I do this?
View ArticleVisual Studio Code - Ctrl+Backspace not working in Integrated Terminal
In the terminal (PowerShell) in Visual Studio Code, I'm trying to hit Ctrl+Backspace to delete last word, but it just adds ^W to end of the line, any ideas how to fix this? It works fine outside Visual...
View ArticleHow to use the vscode python debugger with a project built with bazel?
I want to debug a python file which has a few dependencies that only appear in the runfiles from bazel. How can I debug a bazel build with the vscode debugger?
View ArticleHow to manually set language for syntax highlighting in Visual Studio Code
Before the confusion begins, this question is about Code, the new lightweight Visual Studio Editor. You can get it from here: https://code.visualstudio.com/I have a textfile (.txt) with CSS in it and...
View ArticleVS Code How to Restore Menu Bar
I disabled the menu bar in preferences and it disappeared as expected. Now there's no way to get to the preferences menu again. How do I get it back?
View ArticleIn VS C code doesn't run in output window but runs correctly if integrated...
I am currently running a simple c program. The problem is if i run it in vscode using coderunner it does not show any output and keeps running until i force it to stop. But the same program runs...
View ArticleVS Code: ModuleNotFoundError when using debug
I develop a Django project I ma newbie in Django and VS Code so I "debug" using print() and console.log() which is not efficient... so I really need to be able to debug my code and follow variable...
View ArticleHow can I change python version in Visual Studio Code?
There is a problem I can't solve. I already set up :1.user setting{ "atomKeymap.promptV3Features": true, "editor.multiCursorModifier": "ctrlCmd", "editor.formatOnPaste": true, "python.pythonPath":...
View ArticleVisual studio code #include stopped working
I'm trying to include SDL2 in vscode using c++ on a windows computer but for some reason, it suddenly stopped working.my code:#include <iostream> #include <SDL2/include/SDL.h> int main(){...
View Article