vscode tag

114 questions


1 answers
89 views
0
Unable to authenticate Github from VScode

I would like to share the configuration from VScode to the github account and clone the private repository.VScode > Account > Turn on Setting Sync tries to authenticate the Github account, but t...

2 years ago

3 answers
100 views
0
Unable to preview HTML in VSCode Live html preview

I am using it on my Mac, but the VSCode Live html preview extension does not preview.I entered it using command and shift on the HTML screen, but it doesn't show up at all.

2 years ago

1 answers
75 views
0
CSS Modules 'composes' Does Not Display Unknown Property in VSCode and Does Not Enable

I'm studying building a website with a certain textbook.Even if you write 'composes' as the title says, Unknown property: 'compos' css(unknownProperties) appears.I get the same error when I read the c...

2 years ago

1 answers
88 views
0
I want to change the programming language in Vscode.

I originally put Python in it, and I want to change the language to C, but it doesn't work.The terminal seems to be Python specification.What should I do to make it work?

2 years ago

1 answers
92 views
0
I want VSCode to be indented in the same way as Java when writing C language.

I usually use cmd+k, cmd+f when aligning indents, and when writing Java, indent is for(inti=0;i<10;i++){ ~~~~~~~~~~~~ }However, if you use the same shortcut when writing C language, for (inti=0;i&l...

2 years ago

1 answers
67 views
0
Can I perform debugging on vscode on the development goapp server?

If you use go plugin in vscode to be honest with your settings, you can use debug on vscode (breakpoint step execution) for normal go programs.Now I wanted to debug the local DevServer that starts wit...


1 answers
83 views
0
About Japanese input using Ubuntu US keyboard

Ubuntu 18.04.3 LTS uses fcitx as its input method.Currently, we are switching between Japanese input using the following settings: Left alt key to turn off the input method and Right alt key to turn o...

2 years ago

1 answers
130 views
0
VSCode Cannot Execute Spresense-Related Commands

According to the official website below, we were proceeding with setting up the Presense environment.VSCode has encountered an error executing the command with the F1 key and cannot proceed.https://de...

2 years ago

1 answers
132 views
0
I want to open multiple vscodes with one command and execute commands to build a server in each vscode such as docker-compose up or npm run dev.

If you are developing in practice, you will often open many projects simultaneously in vscode and build servers for each project (docker-compose up, npm run dev, rails, etc.).It would be nice if it's ...

2 years ago

2 answers
94 views
0
Error loading tensorflow module

I know how to install tensorflow in an anaconda virtual environment and use tensorflow through Jupiter laptop. Can't I write the tensorflow code using vcode instead of jupyter notebook?If you write co...

2 years ago
« - 10 - »

© 2024 OneMinuteCode. All rights reserved.