I have a local repo which was linked to a old remote repo. I made a new repo on GitHub and ran this in the folder git remote set-url origin <new repo url>
I am trying to build a new package, however, when I try to run any of the files from inside VSCode or from terminal, I am coming across this error: ModuleNotFou
My code is as follows: class Foo{ public: int operator()(int i) { return 1; } int operator++(int i) { return 1; } }
I am trying to set custom emmet snippets, but it is not working. My snippets.json file { "html": { "snippets": { "testing": "div{Hello World}" }
I keep getting this message when I run Jupyter Notebook. comment : output:
I usually work on larger projects with many files that would contain the search query. So I would open the files I want to modify and do a find/replace across a
My react project has a couple of "flex" compatibility errors. How to remove these errors in VS code? I already used postcss in my project. 'flex' is not suppor
Could I please ask for help with the following? I have an electron app (basically the quick start app so very very simple). I am viewing the code with Visual St
I am using this extension to generate code snippets when working with react. In documentation it says when used fc abbreviation it should work as below. fc - Fu
I tried everything mentioned in below ling https://github.com/microsoft/vscode-go/issues/3072 I updated godef as suggested and installed gopls, but nothing wo
When I go to print markdown from VSCode it does render the markdown, but it has a very different styling than the on-screen preview. How do I fix this?
(First post here so apologies if i'm doing something wrong) Visual studio code autoformatter keeps formatting multiple selector styling from this .header-exa
How can I add a custom style for the background of the opened file (the pale-grey behind fetch.js):
I have a problem with Visual Studio Code. When I Press Ctrl+P I get a message saying: [UriError]: Scheme is missing: {scheme: "", authority: "", path: "undefi
I am running a build task in a java project in Visual Studio Code. The warning in the "PROBLEMS" tab: [myfile].java is a non-project file, only syntax errors a
I'm trying to run a python file in VSCode using python3. I know I can fix by simply setting to run using integrated terminal like it says in the microsoft vsco
I'm new to flutter. I just created a new project in flutter and have not even altered the code. And when I run the code I get the following error. Launching li
When I create a new Node project using Typescript, VsCode auto import suggestions do not work at all. Steps to reproduce: Create a workspace directory. Run n
I have installed C# extensions, my .NET framework is updated, I just can't fix it.
I am checking out vscode to see if it does anything better than other options out there. I have the native version control and GitLens installed. I am trying to