|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
{
|
|
|
"name": "carbon-vscode",
|
|
"name": "carbon-vscode",
|
|
|
"displayName": "Carbon Language",
|
|
"displayName": "Carbon Language",
|
|
|
- "version": "0.0.3",
|
|
|
|
|
|
|
+ "version": "0.0.4",
|
|
|
"publisher": "carbon-lang",
|
|
"publisher": "carbon-lang",
|
|
|
"description": "Carbon language support for Visual Studio Code.",
|
|
"description": "Carbon language support for Visual Studio Code.",
|
|
|
"repository": {
|
|
"repository": {
|
|
@@ -42,7 +42,8 @@
|
|
|
"properties": {
|
|
"properties": {
|
|
|
"carbon.carbonPath": {
|
|
"carbon.carbonPath": {
|
|
|
"type": "string",
|
|
"type": "string",
|
|
|
- "description": "The path to the 'carbon' binary."
|
|
|
|
|
|
|
+ "description": "The path to the 'carbon' binary.",
|
|
|
|
|
+ "default": "./bazel-bin/toolchain/install/run_carbon"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|