vscode-cpptools
Advanced tools
+7
-5
@@ -155,3 +155,5 @@ /* -------------------------------------------------------------------------------------------- | ||
| */ | ||
| readonly intelliSenseMode: "msvc-x86" | "msvc-x64" | "msvc-arm" | "msvc-arm64" | "gcc-x86" | "gcc-x64" | "gcc-arm" | "gcc-arm64" | "clang-x86" | "clang-x64" | "clang-arm" | "clang-arm64"; | ||
| readonly intelliSenseMode: "msvc-x86" | "msvc-x64" | "msvc-arm" | "msvc-arm64" | | ||
| "gcc-x86" | "gcc-x64" | "gcc-arm" | "gcc-arm64" | | ||
| "clang-x86" | "clang-x64" | "clang-arm" | "clang-arm64"; | ||
@@ -161,4 +163,4 @@ /** | ||
| */ | ||
| readonly standard: "c89" | "c99" | "c11" | "c18" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20" | "gnu89" | "gnu99" | "gnu11" | "gnu18" | "gnu++98" | "gnu++03" | "gnu++11" | "gnu++14" | "gnu++17" | "gnu++20"; | ||
| readonly standard: "c89" | "c99" | "c11" | "c18" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20" | | ||
| "gnu89" | "gnu99" | "gnu11" | "gnu18" | "gnu++98" | "gnu++03" | "gnu++11" | "gnu++14" | "gnu++17" | "gnu++20"; | ||
| /** | ||
@@ -237,4 +239,4 @@ * Any files that need to be included before the source file is parsed. | ||
| */ | ||
| readonly standard?: "c89" | "c99" | "c11" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20"; | ||
| readonly standard?: "c89" | "c99" | "c11" | "c18" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20" | | ||
| "gnu89" | "gnu99" | "gnu11" | "gnu18" | "gnu++98" | "gnu++03" | "gnu++11" | "gnu++14" | "gnu++17" | "gnu++20"; | ||
| /** | ||
@@ -241,0 +243,0 @@ * The version of the Windows SDK that should be used. This field defaults to the latest Windows SDK |
+1
-1
@@ -201,3 +201,3 @@ import * as vscode from 'vscode'; | ||
| */ | ||
| readonly standard?: "c89" | "c99" | "c11" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20"; | ||
| readonly standard?: "c89" | "c99" | "c11" | "c18" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20" | "gnu89" | "gnu99" | "gnu11" | "gnu18" | "gnu++98" | "gnu++03" | "gnu++11" | "gnu++14" | "gnu++17" | "gnu++20"; | ||
| /** | ||
@@ -204,0 +204,0 @@ * The version of the Windows SDK that should be used. This field defaults to the latest Windows SDK |
+2
-2
| { | ||
| "name": "vscode-cpptools", | ||
| "version": "4.0.0", | ||
| "version": "4.0.1", | ||
| "description": "Public API for vscode-cpptools", | ||
@@ -13,3 +13,3 @@ "typings": "./out/api.d.ts", | ||
| "typescript": "^2.5.3", | ||
| "vscode": "^1.1.35", | ||
| "vscode": "^1.1.37", | ||
| "vscode-jsonrpc": "3.5.0" | ||
@@ -16,0 +16,0 @@ }, |
47259
0.58%883
0.46%