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