mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
undo adding space in net core sdk location setting (#17684)
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
{
|
{
|
||||||
"title": "%sqlDatabaseProjects.Settings%",
|
"title": "%sqlDatabaseProjects.Settings%",
|
||||||
"properties": {
|
"properties": {
|
||||||
"sqlDatabaseProjects.netCoreSDK Location": {
|
"sqlDatabaseProjects.netCoreSDKLocation": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "%sqlDatabaseProjects.netCoreInstallLocation%"
|
"description": "%sqlDatabaseProjects.netCoreInstallLocation%"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import { ShellCommandOptions, ShellExecutionHelper } from './shellExecutionHelpe
|
|||||||
const localize = nls.loadMessageBundle();
|
const localize = nls.loadMessageBundle();
|
||||||
|
|
||||||
export const DBProjectConfigurationKey: string = 'sqlDatabaseProjects';
|
export const DBProjectConfigurationKey: string = 'sqlDatabaseProjects';
|
||||||
export const NetCoreInstallLocationKey: string = 'netCoreSDK Location';
|
export const NetCoreInstallLocationKey: string = 'netCoreSDKLocation';
|
||||||
export const NetCoreDoNotAskAgainKey: string = 'netCoreDoNotAsk';
|
export const NetCoreDoNotAskAgainKey: string = 'netCoreDoNotAsk';
|
||||||
export const NetCoreDowngradeDoNotShowAgainKey: string = 'netCoreDowngradeDoNotShow';
|
export const NetCoreDowngradeDoNotShowAgainKey: string = 'netCoreDowngradeDoNotShow';
|
||||||
export const NetCoreNonWindowsDefaultPath = '/usr/local/share';
|
export const NetCoreNonWindowsDefaultPath = '/usr/local/share';
|
||||||
|
|||||||
Reference in New Issue
Block a user