Skip to content
Open
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
1 change: 1 addition & 0 deletions api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ export namespace CodeModel {

export interface Toolchain {
path: string;
commandFragment?: string;
target?: string;
}

Expand Down
1 change: 1 addition & 0 deletions out/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ export declare namespace CodeModel {
}
interface Toolchain {
path: string;
commandFragment?: string;
target?: string;
}
/** Describes the cmake model */
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-cmake-tools",
"version": "1.5.0",
"version": "1.6.0",
"description": "Public API for vscode-cmake-tools",
"typings": "./out/api.d.ts",
"main": "./out/api.js",
Expand Down