mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -05:00
Fix intellisense for .NET Interactive SQL kernel (#19254)
This commit is contained in:
@@ -41,6 +41,7 @@ export const INTERACTIVE_PROVIDER_ID = 'dotnet-interactive';
|
||||
export const INTERACTIVE_LANGUAGE_MODE = 'dib';
|
||||
export const DEFAULT_NB_LANGUAGE_MODE = 'notebook';
|
||||
export const TSGOPS_WEB_QUALITY = 'tsgops-image';
|
||||
export const CELL_URI_PATH_PREFIX = 'notebook-editor-';
|
||||
|
||||
// The version of the notebook file format that we support
|
||||
export const NBFORMAT = 4;
|
||||
|
||||
Reference in New Issue
Block a user