We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa90ab3 commit baffb66Copy full SHA for baffb66
utils/vscode/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "carbon-vscode",
3
"displayName": "Carbon Language",
4
- "version": "0.0.6",
+ "version": "0.0.7",
5
"publisher": "carbon-lang",
6
"description": "Carbon language support for Visual Studio Code.",
7
"repository": {
utils/vscode/src/extension.ts
@@ -30,7 +30,7 @@ function splitQuotedString(argsString: string): string[] {
30
const args: string[] = [];
31
let arg = '';
32
// Track whether there's an arg to handle `""` and similar.
33
- let hasArg = true;
+ let hasArg = false;
34
// Whether this is in a quote-delimited section.
35
let inSingleQuotes = false;
36
let inDoubleQuotes = false;
0 commit comments