Add editor.gotoLocation settings for improved navigation
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m26s
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m26s
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -24,5 +24,10 @@
|
|||||||
"&": true
|
"&": true
|
||||||
},
|
},
|
||||||
"python-envs.defaultEnvManager": "ms-python.python:venv",
|
"python-envs.defaultEnvManager": "ms-python.python:venv",
|
||||||
"python-envs.pythonProjects": []
|
"python-envs.pythonProjects": [],
|
||||||
|
"editor.gotoLocation.multipleDeclarations": "gotoAndPeek",
|
||||||
|
"editor.gotoLocation.multipleDefinitions": "gotoAndPeek",
|
||||||
|
"editor.gotoLocation.multipleImplementations": "gotoAndPeek",
|
||||||
|
"editor.gotoLocation.multipleReferences": "gotoAndPeek",
|
||||||
|
"editor.gotoLocation.multipleTypeDefinitions": "gotoAndPeek"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user