mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix config path (#7220)
This commit is contained in:
@@ -87,7 +87,7 @@ const formatStagedFiles = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function installService() {
|
function installService() {
|
||||||
let config = require('../extensions/mssql/src/config.json');
|
let config = require('../extensions/mssql/config.json');
|
||||||
return platformInfo.getCurrent().then(p => {
|
return platformInfo.getCurrent().then(p => {
|
||||||
let runtime = p.runtimeId;
|
let runtime = p.runtimeId;
|
||||||
// fix path since it won't be correct
|
// fix path since it won't be correct
|
||||||
|
|||||||
Reference in New Issue
Block a user