mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 01:28:26 -05:00
Sql Proj VS Code fixes (#16506)
* Sql Proj VS Code fixes * remove comment
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user