code tag

445 questions


1 answers
462 views
0
When you want to use NavigationLink to transition to the screen.

If you use the following code when you want to transition with NavigationLink, you will get an error.Why?error messages:Cannot convert value of type 'String' to expected argument type'()->Label'Cur...

1 years ago

1 answers
314 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 ...

2 years ago

1 answers
351 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...

2 years ago

1 answers
352 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...

2 years ago

1 answers
287 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...

2 years ago

1 answers
354 views
0
QR Code Creation in Python Does Not Work

I tried to create a QR code according to the site below, but it didn't work.If you know the cause, could you please let me know?https://web-lh.fromation.co.jp/archives/10000053001pip install qrcodeReq...

2 years ago

1 answers
342 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 ...

2 years ago

1 answers
392 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...

2 years ago

1 answers
437 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...

2 years ago

1 answers
335 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, ...

2 years ago
- 1 - »

© 2025 OneMinuteCode. All rights reserved.