diff --git a/Extension/package.json b/Extension/package.json index d9d38be8e0..cb466d9038 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -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": {