Skip to content

Commit

Permalink
Remove trailing "/" from intelliSenseCachePath setting. (#3240)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-mcmanus authored Mar 1, 2019
1 parent bb2d23c commit 5512035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@
},
"C_Cpp.intelliSenseCachePath": {
"type": "string",
"default": "${workspaceFolder}/.vscode/",
"description": "Defines the folder path for cached precompiled headers used by IntelliSense. The default path \"${workspaceFolder}/.vscode/\" will be used if a specified path is invalid.",
"default": "${workspaceFolder}/.vscode",
"description": "Defines the folder path for cached precompiled headers used by IntelliSense. The default path \"${workspaceFolder}/.vscode\" will be used if a specified path is invalid.",
"scope": "resource"
},
"C_Cpp.intelliSenseCacheSize": {
Expand Down

0 comments on commit 5512035

Please sign in to comment.