Sql Proj VS Code fixes (#16506)

* Sql Proj VS Code fixes

* remove comment
This commit is contained in:
Charles Gagnon
2021-08-01 00:24:28 -07:00
committed by GitHub
parent b3e9428898
commit 83af84774a
4 changed files with 14 additions and 7 deletions

View File

@@ -7,7 +7,8 @@ declare module 'dataworkspace' {
import * as azdata from 'azdata';
import * as vscode from 'vscode';
export const enum extension {
name = 'Microsoft.data-workspace'
name = 'Microsoft.data-workspace',
vscodeName = 'Microsoft.data-workspace-vscode'
}
/**