Questions tagged as 'visual-studio-code'

1
answer

Err Msg: Can not read property 'thisCompilation' of undefined

I'm using Angular for a project and Visual Studio Code when I run the command ng serve , it returns me the following error:    NG Live Development Server is listening on localhost: 4200, open your browser on link ** 0% compiling Can...
asked by 04.03.2018 / 00:23
2
answers

How to generate .jar executable program in VS Code? [duplicate]

Oops, I ran an application in java, now I need to get the .jar executable. How do I get .jar in VS Code?     
asked by 01.12.2017 / 14:08
2
answers

Automatic closing of single and double quotes vscode

My vscode does not automatically close the single and double quotation marks. I've already deactivated all extensions, autoclosing is already True, but the problem still persists.    vscodeVersion 1.15.0 (1.15.0)       MAC osx: Version 10.12...
asked by 22.08.2017 / 20:11
2
answers

how to display more than one project in Visual Studio Code explorer?

Galera, A question, I started to use the virtual studio code for tests, previously used the sublime, and what I'm missing and could not do was to have him accept that I have more than one open project in explorer, , I have two projects in dif...
asked by 16.04.2016 / 15:39
0
answers

Eslint does not run on Mac

I'm using VS Code in MacOS 10.14.1 I installed eslint with the command: npm i -g eslint It is installed in the project's local folder: ./node_modules/eslint When you run the command: eslint --init Error: -bash: eslint: comman...
asked by 21.11.2018 / 23:50
0
answers

Validate array JSON schema - using JS

I'm trying to run unit tests with this JSON schema: "Transactions":{ "$id": "http://example.com/example.json/items", "type": "object", "additionalProperties": false, "properties":...
asked by 25.10.2018 / 15:14
0
answers

What extension or method do you use to autocomplete css in style?

I want the vscode of all property options of css to be in the html file, eg: When I start typing background, I want to know all the options, without having to do it in a separate css file. After all other editors do this...
asked by 13.10.2018 / 05:23
0
answers

Encapsulate set of HTML tags in VS Code ("ctrl + alt + enter" in Sublime Text)

Editing html files in Sublime Text I can encapsulate a set of tags or text just by selecting the block and pressing ctrl + alt + enter and then typing which tag I want to use to encapsulate the block. I would like to do the same in Visual Stud...
asked by 14.09.2018 / 23:43
1
answer

Autocomplete of gems in text editor

Personal is it possible to get an autocomplete experience in some free text editor, similar to what Rubymine does by indexing the gems code? I tried several alternatives in vscode, how to use cTag, but I can only go to the definition of gem (ope...
asked by 30.07.2018 / 16:57
1
answer

How to delete a word from every project in Visual Code

I want to delete this snippet of code ng-show="$ctrl.state == 'downloading' that has been set several times, however as the code is extensive it takes a lot of work to delete one by one. I'm using Visual Code, is there any way to delete t...
asked by 22.06.2018 / 22:04