Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ export interface WorkspaceBrowseConfiguration {
* The C or C++ standard to emulate. This field defaults to "c++17" and will only be used if
* [compilerPath](#WorkspaceBrowseConfiguration.compilerPath) is set.
*/
readonly standard?: "c89" | "c99" | "c11" | "c17" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20" | "c++23" |
"gnu89" | "gnu99" | "gnu11" | "gnu17" | "gnu++98" | "gnu++03" | "gnu++11" | "gnu++14" | "gnu++17" | "gnu++20" | "gnu++23";
readonly standard?: "c89" | "c99" | "c11" | "c17" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20" | "c++23" | "c++26" |
"gnu89" | "gnu99" | "gnu11" | "gnu17" | "gnu++98" | "gnu++03" | "gnu++11" | "gnu++14" | "gnu++17" | "gnu++20" | "gnu++23" | "gnu++26";
/**
* The version of the Windows SDK that should be used. This field defaults to the latest Windows SDK
* installed on the PC and will only be used if [compilerPath](#WorkspaceBrowseConfiguration.compilerPath)
Expand Down
2 changes: 1 addition & 1 deletion out/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export interface WorkspaceBrowseConfiguration {
* The C or C++ standard to emulate. This field defaults to "c++17" and will only be used if
* [compilerPath](#WorkspaceBrowseConfiguration.compilerPath) is set.
*/
readonly standard?: "c89" | "c99" | "c11" | "c17" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20" | "c++23" | "gnu89" | "gnu99" | "gnu11" | "gnu17" | "gnu++98" | "gnu++03" | "gnu++11" | "gnu++14" | "gnu++17" | "gnu++20" | "gnu++23";
readonly standard?: "c89" | "c99" | "c11" | "c17" | "c++98" | "c++03" | "c++11" | "c++14" | "c++17" | "c++20" | "c++23" | "c++26" | "gnu89" | "gnu99" | "gnu11" | "gnu17" | "gnu++98" | "gnu++03" | "gnu++11" | "gnu++14" | "gnu++17" | "gnu++20" | "gnu++23" | "gnu++26";
/**
* The version of the Windows SDK that should be used. This field defaults to the latest Windows SDK
* installed on the PC and will only be used if [compilerPath](#WorkspaceBrowseConfiguration.compilerPath)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-cpptools",
"version": "7.0.2",
"version": "7.0.3",
"description": "Public API for vscode-cpptools",
"typings": "./out/api.d.ts",
"main": "./out/api.js",
Expand Down