Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Browsing all 99078 articles
Browse latest View live

How to Retrieve Specific Value from HTML using Angular

Goal: Retrieve value from the id that is located in the syntax code "Tr" and also retrieve from the value in the textbox name "databox". The process to retrieve the both of the value take place when...

View Article


How to Link a CSS file in Angular in Userfriendly Explanation

I have 12 component and their share the same code in their local css file .column { flex: 100px; padding: 10px; } What course of action should I do in order to apply DRY?Info: *The code should be in a...

View Article


visual studio code remote ssh over ssh proxy

I am trying to use vs-code's remote-ssh extension to connect to a server over a ssh tunnel. The server is part of an internal cluster that does not have a public ip address, and I connect to it via a...

View Article

Debugging PHPUnit tests in VS Code?

I have recently configured VS code to debug PHP with xdebug. It works reliably with my application code but when I am running unit tests with PHPunit, my breakpoints are ignored.My server is run inside...

View Article

vscode settings search returns wrong results

If I open the VSCode Settings and type "rufo" in the search bar, I see all kinds of settings which have nothing to do with rufo, and don't mention rufo. Its true that I had a rufo gem installed at one...

View Article


vscode extensions search returns wrong results

When I go to the "extensions" tab and ask for extensions matching "ruby" the number one hit is Prettier. However Prettier doesn't support ruby and more important, if I look at all the README of the...

View Article

Intellisense for Javascript in VSCode not working

I have been searching the web for a answer but cant find it. In vscode i cant get intellisense for javascript working. Example: var name = "test"; var name.to.... here i want it to suggest touppercase,...

View Article

Is there a way of rendering markdown within a Webview

I'm writing an extension that displays content in a webview - just text at the moment, but I also want to output markdown (.md) within my content - so text and markdown. Is this possible? I need to...

View Article


VS code: Pressing tab key for auto-completion would exit terminal

In my VS code terminal, pressing tab key for auto-completion would exit the terminal and select other components of VS code. How can I stop it? I was testing different shortcuts. I must have...

View Article


"Exported type should have comment or be unexported" golang VS Code

I tried this code in Go:type Agent struct { name string // Not exported categoryId int // Not exported } And VS Code reports the following problem:exported type Agent should have comment or be...

View Article

Image may be NSFW.
Clik here to view.

Indentation is corrupted when I post a file to GitHub, when it looks OK in...

I have some weird issue: It's not very important, but I want my code to look nice on GitHub.I've implemented MergeSort in AEC, and I posted it to GitHub, you can see it here. However, the indentation...

View Article

Image may be NSFW.
Clik here to view.

How to show the git remote origin on the status bar?

I want to know if there's a way to show the current git origin on the status bar.It's really hard when working on a multi-project workspace, to know what's the current focused repository that shows on...

View Article

VSCode Python test failing ERROR: file not found:...

very similar to issue #8222 on the vscode-python github.com issues list, but that thread seemed dead, so I am opening a new oneEnvironment DataVSCode installVersion: 1.39.2 (user setup) Commit:...

View Article


VS Code not excluding Code extension's node_modules from being watched - file...

In VS Code, I have a Vue project with less than 50 files but upon running the dev server VS Code throws Error: ENOSPC: System limit for number of file watchers reached.My VS Code Watcher Exclude...

View Article

Make the VS Code move the curly brace to the next line automatically

Is it possible to make the VS Code move the curly brace to the next line automatically?E.g. in this code:namespace MyNamesp { public class Configuration { } } I would like the code to be formatted like...

View Article


How to write cpp with Qt libs in VSCode?

Can't make IntelliSense work correctly with Qt includes (VSCode gives error "cannot open source file", though finds it).

View Article

Image may be NSFW.
Clik here to view.

Receiving error message 'Extension host terminated unexpectedly.' in Visual...

I have been looking around and I haven't found any answers to my issue. I keep getting this error "Extension host terminated unexpectedly." and I have tried removing all of my extensions, reinstalling...

View Article


Image may be NSFW.
Clik here to view.

VS Code "Extension host terminated unexpectedly"

I'm always receiving the error message:Extension host terminated unexpectedlywhen using Visual Studio Code as the picture shows.I was wondering what to do with it. Many people suggested that I remove...

View Article

How to ship requirements.txt to users without development-packages such as...

I'm new to python. I use Visual Studio Code. My current understanding is as follows:For each project, I create a virtual environment. Now if I want to have some linter while coding, I need to install...

View Article

Visual Studio Code debugger with Chrome refused to connect to localhost

I've tried several suggestions on other posts to no avail.I have a 9 month old project that no longer shows in the browser from F5 debugging in vs code. I set up a brand new simple project with an...

View Article
Browsing all 99078 articles
Browse latest View live