gbowne1 / gbowne1/ProgrammerNotes

Ammend documents for Python VSCode configuration and launch.json

Aperta
#9 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
bug documentation enhancement good first issue help wanted question
Lingua principale
Nessun dato sulla lingua
Stelle
19
Fork
0
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Here is the launch.json as provided by IntelliSense. Also the document for launch json needs improving based on testing.

```json
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "",
"type": "",
"request": "",
"program": "",
"args": "",
"cwd": "",
"env": "",
"sourceMaps": "",
"MIMode": "",
"setupCommands": "",
"externalConsole": "",
"environment": "",
"miDebuggerPath": "",
"stopAtEntry": "",
"processId": "",
"remotePath": "",
"showLog": "",
"port": "",
"host": "",
"preLaunchTask": "",
"envFile": "",
"mode": "",
"apiVersion": "",
"logOutput": "",
"trace": "",
"logging": "",
"skipFiles": "",
"console": "",
"autoReload": "",
"autoStartBrowser": "",
"consoleTitle": "",
"debugAdapterPath": "",
"debugServer": "",
"windows": "",
"django": "",
"gevent": "",
"guiEventLoop": "",
"internalConsoleOptions": "",
"suppressMultipleSessionWarning": "",
"sudo": "",
"subProcess": "",
"stopOnEntry": "",
"showReturnValue": "",
"serverReadyAction": {
"action": "debugWithEdge",
"pattern": "listening on port ([0-9]+)",
"uriFormat": "http://localhost:%s",
"webRoot": "${workspaceFolder}",
"killOnServerStop": false,
},
"redirectOutput": "",
"pythonArgs": "",
"python": "",
"presentation": {
"hidden": false,
"group": "",
"order": 1,
},
"module": "",
"purpose": "",
"postDebugTask": {
"task": "",
"type": "",
"args": [],
"file": "",
},
"pathMappings": "",
"osx": "",
"pyramid": "",
"logToFile": "",
"linux": "",
"jinja": "",
"justMyCode": "",
},
]
}
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

Individua il documento che contiene l'esempio Python VS Code di launch.json e confrontalo con la configurazione mostrata nell'issue e con i risultati dei test. Aggiorna la documentazione in modo che le indicazioni su launch.json riflettano la configurazione testata, quindi verifica che l'esempio sia valido e comprensibile.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
python, vscode
Ambito
developer-experience, documentation
Tipo di issue
Documentazione
Difficoltà
3/5
Tempo stimato
1-2 giorni
Stato di attività
Ferma
Chiarezza
Da chiarire
Idoneità per principianti
35/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.