Standardize SQL CARBON EDIT tag (#14465)

This commit is contained in:
Charles Gagnon
2021-02-26 10:34:32 -08:00
committed by GitHub
parent a378a52b33
commit b304fadfde
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ const all = [
'test/**/*', 'test/**/*',
'!test/**/out/**', '!test/**/out/**',
'!**/node_modules/**', '!**/node_modules/**',
'!build/actions/**/*.js', // {{ SQL CARBON EDIT }} '!build/actions/**/*.js', // {{SQL CARBON EDIT}}
'!build/**/*' // {{SQL CARBON EDIT}} '!build/**/*' // {{SQL CARBON EDIT}}
]; ];
module.exports.all = all; module.exports.all = all;

View File

@@ -1,7 +1,7 @@
{ {
"name": "azuredatastudio", "name": "azuredatastudio",
"version": "1.27.0", "version": "1.27.0",
"distro": "f53ee54d8b1a2b1b57a48d97b00307001dbc87af", "distro": "4462480cd081b5729600b15921dbb445b46b0de9",
"author": { "author": {
"name": "Microsoft Corporation" "name": "Microsoft Corporation"
}, },