vscode tag

114 questions


1 answers
134 views
0
Is there a way to check the CSS coverage list in vscode?

Is there a way to check the CSS coverage list in vscode? throughout the workspace when editing cssIs there a simple way to see how far it affects you?For example, if there is a description of css belo...

2 years ago

2 answers
133 views
0
Want to launch VScode from container (Ubuntu)

It's just as the title says.I followed the steps below.Install python3 and VScode, etc. in container A and image them with commit.In order to run the container from image, I added the following option...

2 years ago

2 answers
73 views
0
About vscode "Error: LinkageError while loading main class Main"

I'm a beginner in programming.When I wrote the code in vscode and debugged it with F5, the following error occurred in the debug console:Error: LinkageError loading main classjava.lang.UnsupportedClas...

2 years ago

1 answers
56 views
0
Unable to link in Explorer

I would like to open my own (html) web in Explorer and link it to a file in the same web, but it says I can't browse this page and it doesn't link.How can I link?By the way, I write html in visual stu...

2 years ago

1 answers
101 views
0
Why You Do Not Have to Specify Hosts in VSCode with XDebug?

Thank you for your help.Apache and Xdebug are running on CentOS booted from Vagrant, and they are being debugged using Visual Studio Code and PHP Debug plug-in to attach breakpoints.Now, I have a ques...

2 years ago

1 answers
56 views
0
Formatting shortcuts on the VSCode on the Mac will result in が being entered

I am using VSCode on my Mac and I saw that it can be formatted with Shift+Option+F.

2 years ago

1 answers
57 views
0
Visual Studio Code Watch hexadecimal notation

When debugging Visual Studio Code in Python, set the contents of the variable to hexadecimal.I checked if it was possible, but if you specify <variable name>,h in the watch expression, I saw tha...

2 years ago

1 answers
50 views
0
I want to translate VSCode plug-in into Japanese

I am developing it with VSCode, but I couldn't translate plug-ins such as Docker plug-ins into Japanese.If you hover your cursor over Docker's code, the explanation will appear in English, so I think ...

2 years ago

1 answers
124 views
0
Error when executing code command on WSL

PrerequisitesSetting the vscode path to .bashrcPATH=$PATH:'/mnt/c/Users/xxxx/AppData/Local/Programs/Microsoft VS Code/bin'code. results in the following error:Please tell me how to deal with it.Proble...

2 years ago

1 answers
62 views
0
Unable to comment out erb file in VScode

While editing an erb file using VScode, the comment out shortcut Press cmd+/ to get // and cannot comment out.Is this because the erb file is identified with the html file?The settings.json file looks...

« - 4 - »

© 2024 OneMinuteCode. All rights reserved.