Add editor.gotoLocation settings for improved navigation
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m26s
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m26s
This commit is contained in:
Vendored
+6
-1
@@ -24,5 +24,10 @@
|
||||
"&": true
|
||||
},
|
||||
"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