Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ammend documents for Python VSCode configuration and launch.json #9

Open
gbowne1 opened this issue Apr 9, 2024 · 0 comments
Open
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Comments

@gbowne1
Copy link
Owner

gbowne1 commented Apr 9, 2024

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

{
	// 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": "",
		},
	]
}
@gbowne1 gbowne1 added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers question Further information is requested labels Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested
Projects
Status: Todo
Development

No branches or pull requests

1 participant