mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 09:35:37 -05:00
Run with Parameters learn more link to use correct format and kernels (#15547)
* indicate to users correct format and kernels * add test for unsupported kernel * replace with enum
This commit is contained in:
@@ -13,4 +13,14 @@ export namespace nbversion {
|
||||
* The minor version of the notebook format.
|
||||
*/
|
||||
export const MINOR_VERSION: number = 2;
|
||||
}
|
||||
}
|
||||
|
||||
export enum KernelsLanguage {
|
||||
SQL = 'sql',
|
||||
Python = 'python',
|
||||
PySpark = 'python',
|
||||
SparkScala = 'scala',
|
||||
SparkR = 'sparkr',
|
||||
PowerShell = 'powershell',
|
||||
CSharp = 'cs'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user