GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
1
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
Handbook
Browse code
Updated Python settings
master
1 parent
becd70a
commit
c3c54cde6f8faa94a3c681c84eb0ebd42574d48a
Nigel Stanger
authored
on 25 Jan 2023
Patch
Showing
1 changed file
+3
-3
■
■
■
■
■
.vscode/settings.json
Ignore Space
Show notes
View
6
■
■
■
■
■
.vscode/settings.json
{
"python.autoComplete.extraPaths"
:
[
"calendar"
],
"python.pythonPath"
:
"/opt/local/bin/python3"
,
"python.analysis.extraPaths"
:
[
"calendar"
],
}
{ "python.autoComplete.extraPaths": ["calendar"], "python.analysis.extraPaths": [ "calendar" ], }
{ "python.autoComplete.extraPaths": ["calendar"], "python.pythonPath": "/opt/local/bin/python3", }
Show line notes below