Questions tagged as 'visual-studio-code'

0
answers

Python has stopped working visual studio code

I created 2 classes, one importing from another and giving error in import. I searched the internet and talked to go in the command palette and choose the interpreter (in my system it only has one: Python 3.6 (64bit) - Windows.) I clicked there,...
asked by 20.06.2018 / 03:03
0
answers

How to build APK by CMD using Cordova?

I was reading and studying, and I was interested in using Cordova to create applications. I'm doing everything by the terminal (installation and use of Cordova). However, I'm not able to create the app's APK for testing on a mobile device. I...
asked by 27.04.2018 / 02:52
0
answers

Visual Studio Code only executes the first line of the document

Personal speech, I have a problem in Visual Studio Code, it only runs the first line of my document. So that I can execute the other lines, I have to select them, I would like to find a way for the document to be executed completely. Unsel...
asked by 18.04.2018 / 21:02
0
answers

How to have a good .blade indentation in VSCode?

Example of expected result: <body> @extends('t') @include('as') </body> Reality sample with PHP extension <body> @extends('t') @include('as') </body>     
asked by 11.04.2018 / 16:31
0
answers

VSCODE console error

I have this error in VSCODE . ERROR in src/app/paginas/arquivo/arquivo-form/arquivo-form.component.ts(93,20): error TS2339: Property 'total' does not exist on type 'HttpEvent<{}>'. Property 'total' does not exist on type 'HttpSentEvent...
asked by 11.04.2018 / 12:25
1
answer

Vs Code does not show directory / var / www

I try to add the / var / www folder to the Visual Studio Code workspace, but clicking 'add folder to workspace' and navigating to the / var directory does not show the www folder. Any idea what it is?     
asked by 22.03.2018 / 12:31
1
answer

Problems installing vscode extensions

I installed the VSCode and when trying to install an extension any the status of the same does not leave "installing" (No error or log is generated). I've already tried to login as an administrator. I have already changed the security of the...
asked by 19.03.2018 / 19:40
0
answers

About Snippets in VS Code

Hello, I use Visual Studio Code, I am a beginner in programming and wanted a help to mount snippets in VS Code, I wanted to create snippets for the basic C language functions, like printf and scanf, I already searched for exits and did not exist...
asked by 24.02.2018 / 09:34
0
answers

Word suggestion

When typing something in Visual Studio Code, it will always suggest words according to those already found in that document. Is there any way that instead of VS parsing only the doc in focus, also note the words in other documents that are op...
asked by 08.02.2018 / 13:51
0
answers

Visual Studio Code and React

I started studying ReactJS recently and initially I chose VS Code as a tool for development, but there is something bizarre happening that does not help anything in development. Every time I need to save something in the code for the changes to...
asked by 01.02.2018 / 13:54