vscode tag

114 questions


1 answers
240 views
0
Cannot Bulk Rename php in VSCODE Edit

I use VSCODE to write the php code.I'm going to rename a variable or function.Many sites say Press F2, but When I actually press F2, there is no response.The variable has a cursor and the variable is ...

1 years ago

1 answers
314 views
0
Is there a way to make a file recognize another folder in the same workspace?

When you add two folders to the VS Code workspace as follows, workspace- - - - - ├ project │ ssample.html └ img └ sample.pngI would like to make sample.html recognize the img folder as if it were unde...

1 years ago

1 answers
313 views
0
VSCode clang-format can contain only one blank line.

Uses standard VSCode formatter. (C/C++ Extension?)I want to put two blank line breaks, but I can only put one line.I don't think it really matters, but the language is C.It seems that MaxEmptyLinesToK...

1 years ago

1 answers
245 views
0
I uploaded it to the X server with Visual Studio Code SFTP, but it was uploaded to the top layer.

sftp.json contains the following:{name: xserver,host: sv10939.xserver.jp,protocol: sftp,port: 10022,username: ice888,password: greenmile,privateKeyPath: C:/Users/Masato/Documents/ssh/ice888.key,passph...

1 years ago

1 answers
303 views
0
Malware detected in official extensions of vscode (?)

After installing Microsoft's official python extensions in visual studio code, running clamscan responded with malware.Similar discussions have been held in the past, but the issue has been closed as ...

1 years ago

1 answers
347 views
0
single regression analysis with python

I'm the first person to do regression analysis on python.If you proceed as per the reference site, the error message AttributeError'LinearRegression' object has no attribute 'pledict' appears.Please t...

1 years ago

1 answers
399 views
0
VSCode's PowerShell formatter is no longer working.

Windows 10 ProVSCode 1.74.1 SymptomsI remember it used to work, but before I knew it, the VSCode PowerShell formatter stopped working.I am requesting a format with Shift+Alt+F, but the following messa...

1 years ago

1 answers
294 views
0
I'm using VSC formatter Prettier, how do I get rid of this red color?

Prettier is in use as html, css formatter.I think the other formatters are working fineIf I only use Prettier, I get a red color like the one in the image below. VSC 적용 사진: The image is not uploaded, ...

1 years ago

2 answers
322 views
0
Understanding Docker Container Run Errors

I'm building an image of the Dockerfile and starting the container.Run'docker COMMAND --help' for more information on a command.appears.I don't think the syntax is wrong, but is there anything strange...

1 years ago

1 answers
290 views
0
What regular expression engines are available in the Search/Replace widget in VSCode 1.71.0?

Visual Studio Code 1.71.0I would like to use regular expressions in the VSCode search/replacement widget.Regular expressions vary depending on the implementation, so I would like to know what regular ...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.