Questions tagged as 'vscode'

0
answers

Doubt Visual Studio Code

I have a question with visual Studio Code, when installing this editor it starts automatically with a keyboard configuration (typical ones, copy: ctrl + c), etc. but automatically everything is unconfigured and I can not catch where the problem...
asked by 01.10.2018 / 16:30
2
answers

Windows does not recognize touch command

I try to execute the command: "touch .gitignore" but it gives me this error     
asked by 29.07.2018 / 00:26
0
answers

Sftp with vscode

Someone would be so kind to help me connect vscode to a sftp service (if I know the necessary exemptions but I could not configure it well)     
asked by 30.06.2018 / 07:20
1
answer

Set up Visual Studio Code with Git in the Terminal

I try to configure my editor VisualCode to open it from the terminal but I get an error when I run from the terminal git merge origin / master --allow-unrelated-histories How could I solve it? Thanks!     
asked by 22.06.2018 / 19:11
2
answers

I have problems marked in my code typescript I have no idea what should be

I get some errors in vs code when writing a class in typescript: interface User{ name: string userName: string id: number date: object UserInfoObject() RegisterUserData(info: object) } let db : any[] = [] class User im...
asked by 03.06.2018 / 08:21
0
answers

Create template for cpp in visual code studio

I would like that every time I create a .cpp in Visual Code Studio, that file is automatically filled with the default code: #include <iostream> using namespace std; Do you know the form or any plugin that does this? Thanks     
asked by 20.04.2018 / 14:08
0
answers

how to correctly configure the path for java to compile from terminal

   System environment variable: JAVA_HOME: C: \ Program   Files \ Java \ jdk1.8.0_161 \ bin \       User environment variable: JAVA_HOME: C: \ Program   Files \ Java \ jdk1.8.0_161 \ bin \       Variable path: C: \ Program   Files \ Java \ jdk...
asked by 30.03.2018 / 19:03
1
answer

Uncaught SyntaxError: Unexpected token using $ http.get ()

I am trying to get a list through a url using the GET method, but it generates a very confusing error, since it is the first time I see it. Uncaught SyntaxError: Unexpected token . He tells me that I have the error in the next line...
asked by 29.10.2017 / 23:03