code tag

445 questions


1 answers
392 views
0
I would like to use xdebug in PHP to perform steps at breakpoint.

I installed php xdebug on VSCode.I'd like to take steps.Running > Start Debugging from the menu with a breakpoint will not stop you.The current situation is as follows:in the 1.xdebug configuration...

1 years ago

2 answers
333 views
0
Serial terminal no longer appears in drop-down menu in VSCode

Visual Studio Code no longer displays serial terminals.(Image below) With TeraTerm, NuttShell can launch and run the app, so it doesn't seem to be a port driver issue.4.5.1. Serial Port Configuration ...

1 years ago

1 answers
117 views
0
How to select (copy) a string at any location on a VSCode terminal without using the mouse

I would like to know how to select (copy) the output results on the VSCode terminal at any location by typing only the keyboard without using the mouse, or if there is an extension.The image looks lik...

1 years ago

1 answers
129 views
0
Opening python files in vscode will cause the screen to become stiff for a while

I am writing python code in vscode.Recent updates have affected or are causing the following symptoms:When opened to edit python files (??.py) in vscode, the vscode window itself hardens for more than...

1 years ago

1 answers
118 views
0
How to take a screenshot

I would like to take a full screenshot of TextView, but even if I scroll through TextView, I would like to take a screenshot of the parts that I can't see, but I can't see the parts that I can't see i...

1 years ago

1 answers
130 views
0
XCTest Does Not Call `setUp`

I am trying to do an XCTest, but neither setUp nor testExample are called in the code below.import XCTestclass HogeTests:XCTestCase{ override funcsetUp(){ // Put setup code here. This method is calle...


1 answers
89 views
0
I want to use Ruby's automatic shaping in VScode, but it says, "Formatter is not installed."

I would like to use the automatic shaping function with Shift+Option+F in VSCode.The ruby file formatter is not installed. I have tried various candidates from the Install Formatter button in the lowe...

1 years ago

1 answers
65 views
0
vscode terminal does not come up

The terminal in vscode does not appear as follows:If you select bash in the Select Default Shell section of the red area, there will be no change, and the terminal will not be displayed with the 1: di...

1 years ago

1 answers
135 views
0
How to Open UTF-32 in VS Code

How can I use Visual Studio Code to open a file written in UTF-32?

1 years ago

1 answers
98 views
0
I want the console page code to be EUC.

The current PowerShell code page is shift-jis.I would like to log in to a remote server using the SSH feature of Powershell.However, the server environment is Linux and the character code is EUC.There...

« - 5 - »

© 2024 OneMinuteCode. All rights reserved.