Skip to content

Commit 70abdf7

Browse files
jltrvDonJayamanne
authored andcommitted
Change tags file location to .vscode/tags (DonJayamanne#722)
1 parent 9eb3a69 commit 70abdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@
11011101
},
11021102
"python.workspaceSymbols.tagFilePath": {
11031103
"type": "string",
1104-
"default": "${workspaceRoot}/tags",
1104+
"default": "${workspaceRoot}/.vscode/tags",
11051105
"description": "Fully qualified path to tag file (exuberant ctag file), used to provide workspace symbols."
11061106
},
11071107
"python.workspaceSymbols.enabled": {

0 commit comments

Comments
 (0)