mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update configs for distro (#8337)
* update configs for distro * add comments * revert product.json * update distro
This commit is contained in:
@@ -8,8 +8,8 @@ const path = require('path');
|
|||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
|
||||||
const rootPath = path.dirname(path.dirname(path.dirname(__dirname)));
|
const rootPath = path.dirname(path.dirname(path.dirname(__dirname)));
|
||||||
const vscodePath = path.join(rootPath, 'vscode');
|
const vscodePath = path.join(rootPath, 'azuredatastudio'); // {{SQL CARBON EDIT}} replace vscode
|
||||||
const distroPath = path.join(rootPath, 'vscode-distro');
|
const distroPath = path.join(rootPath, 'azuredatastudio-release'); // {{SQL CARBON EDIT}} replace vscode
|
||||||
const commit = cp.execSync('git rev-parse HEAD', { cwd: distroPath, encoding: 'utf8' }).trim();
|
const commit = cp.execSync('git rev-parse HEAD', { cwd: distroPath, encoding: 'utf8' }).trim();
|
||||||
const packageJsonPath = path.join(vscodePath, 'package.json');
|
const packageJsonPath = path.join(vscodePath, 'package.json');
|
||||||
const packageJson = JSON.parse(fs.readFileSync(packageJsonPath, 'utf8'));
|
const packageJson = JSON.parse(fs.readFileSync(packageJsonPath, 'utf8'));
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "azuredatastudio",
|
"name": "azuredatastudio",
|
||||||
"version": "1.14.0",
|
"version": "1.14.0",
|
||||||
"distro": "01d4471bbc2227c73907d5b42d6a54259e88b77c",
|
"distro": "1835651bcf10542d54929a1446ef71ec73c28010",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft Corporation"
|
"name": "Microsoft Corporation"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user