Questions tagged as 'visual-studio-code'

1
answer

Function Search in Visual Studio Code (Ctrl + F)

The search function of the VC Code, cso has several occurrences and the user is searching, always stays in a loop. When you reach the end of the page, if the user advances the search returns to the beginning and is always running. Would you l...
asked by 30.01.2018 / 21:34
1
answer

"Typescript task Runner" does not appear - vsCode

Below is the screen that I need to find in vsCode (I need the Tasks: Configure Task Runner ): ButwhenIlookfor"tasks" in the command palette (ctrl + shift + 9), this option does not appear: Can you tell me why it does not show up? Than...
asked by 01.01.2018 / 22:10
1
answer

Comments in JSON in Visual Studio

, the following message appears to me: Comments are not permitted in JSON. Does anyone know how to explain this to me?     
asked by 19.01.2018 / 07:36
0
answers

javaScript error when opening vsCode and Atom

Every time I try to open the atom and vsCode this message appears:    a javascript error occurred in the main process Atom error image: AndinVSCode: I deleted my pc and downloaded it again, but it still gives me the same problem,...
asked by 20.10.2017 / 00:05
2
answers

StackOverflowException in C # by visual studio code Linux

I'm trying to learn a bit of C #, and the microsoft site encourages me to use vscode to program in linux, however I'm having a StackOverflowException problem and I can not understand the reason (the code does not run any visually infinite loops)...
asked by 27.02.2018 / 13:30
1
answer

Remove side panel of Visual Studio Code

Is there any way to remove / remove this part of Visual Studio Code?     
asked by 30.10.2017 / 06:18
1
answer

Error presented in vscode when trying to execute a code in Python

Person, I'm trying to run some scripts in Python , but in terminal of vscode is showing the following error: bash syntax error near unexpected token (' This error is only happening on the integrated terminal of...
asked by 31.12.2018 / 17:22
1
answer

How to change the indentation in line by Vscode

I wonder if to use dot instead of line indent does it need some extension? In case I think it would be like seeing each space one point. Example:     
asked by 09.07.2018 / 02:03
1
answer

How to send a post request using Axios and Asp.net Core Web API?

I am making a request with axios with the verb post , but I can not. Note > With the verb get I can make the request. Object cliente: { nomeCompleto: '', cpf: '', email: '', endereco: { cep:...
asked by 05.07.2018 / 13:32
1
answer

go (golang) error giving the command go install - unexpected directory layout

I'm new to go (golang) I'm trying to start an application but without success, it returns the following error when giving the command go install: unexpected directory layout: import path: github.com/gorilla/handlers root: D:\Bi...
asked by 19.03.2018 / 15:51