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

@@ -6,7 +6,8 @@
declare module 'sqldbproj' {
import * as vscode from 'vscode';
export const enum extension {
name = 'Microsoft.sql-database-projects'
name = 'Microsoft.sql-database-projects',
vsCodeName = 'Microsoft.sql-database-projects-vscode'
}
/**