Skip to content

Commit a663f6f

Browse files
committed
refactor JSON code
1 parent fe79968 commit a663f6f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

debugger/VSCode-Python.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,13 @@ ptvsd.wait_for_attach()
1616
4. 把整個資料夾拖進 VSCode, 選定 Main function 後 ( 如 app.py ), ctrl+shift+D > 新增 launch.json
1717
```json
1818
{
19-
// Use IntelliSense to learn about possible attributes.
20-
// Hover to view descriptions of existing attributes.
21-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
2219
"version": "0.2.0",
2320
"configurations": [
2421
{
2522
"name": "Python: Remote Attach",
2623
"type": "python",
2724
"request": "attach",
28-
"port": <remote-port>,
25+
"port": 5678,
2926
"host": "<remote-host>",
3027
"pathMappings": [{
3128
"localRoot": "${workspaceFolder}",

0 commit comments

Comments
 (0)