We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a597114 commit e92481dCopy full SHA for e92481d
vti/src/cli.ts
@@ -167,4 +167,5 @@ async function getDiagnostics(workspaceUri: URI) {
167
}
168
})().catch(err => {
169
console.error(`VTI operation failed with error: ${err}`);
170
+ process.exit(1);
171
});
0 commit comments