mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 01:25:38 -05:00
Fix install-sqltoolsservice build task (#593)
This commit is contained in:
@@ -78,7 +78,7 @@ export default class Config implements IConfig {
|
||||
public loadConfig(): any {
|
||||
let configContent = undefined;
|
||||
if (this._fromBuild) {
|
||||
let remainingPath = '../../../../../extensions/' + this._extensionConfigSectionName + '/client/out/config.json';
|
||||
let remainingPath = '../../../extensions/' + this._extensionConfigSectionName + '/client/out/config.json';
|
||||
configContent = fs.readFileSync(path.join(__dirname, remainingPath));
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user