mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Ignore loc project during hygiene (#14060)
* Ignore loc project during hygiene * Update distro
This commit is contained in:
@@ -114,6 +114,7 @@ const indentationFilter = [
|
|||||||
'!extensions/big-data-cluster/src/bigDataCluster/controller/apiGenerated.ts',
|
'!extensions/big-data-cluster/src/bigDataCluster/controller/apiGenerated.ts',
|
||||||
'!extensions/big-data-cluster/src/bigDataCluster/controller/clusterApiGenerated2.ts',
|
'!extensions/big-data-cluster/src/bigDataCluster/controller/clusterApiGenerated2.ts',
|
||||||
'!resources/linux/snap/electron-launch',
|
'!resources/linux/snap/electron-launch',
|
||||||
|
'!resources/xlf/LocProject.json', // {{SQL CARBON EDIT}}
|
||||||
'!build/**/*' // {{SQL CARBON EDIT}}
|
'!build/**/*' // {{SQL CARBON EDIT}}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "azuredatastudio",
|
"name": "azuredatastudio",
|
||||||
"version": "1.27.0",
|
"version": "1.27.0",
|
||||||
"distro": "dcbbf1f1ca37475a4eba64fb7f9c29191d45f039",
|
"distro": "bd3f837b488907e3b5e55043ba79e7bf218e1dff",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft Corporation"
|
"name": "Microsoft Corporation"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -78,6 +78,15 @@
|
|||||||
</Str>
|
</Str>
|
||||||
<Disp Icon="Str" />
|
<Disp Icon="Str" />
|
||||||
</Item>
|
</Item>
|
||||||
|
<Item ItemId=";extensions/cms/out/cmsResource/cmsResourceCommands.cms.errors.azureNotAllowed" ItemType="0" PsrId="308" Leaf="true">
|
||||||
|
<Str Cat="Text">
|
||||||
|
<Val><![CDATA[Azure SQL Database Servers cannot be used as Central Management Servers]]></Val>
|
||||||
|
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||||
|
<Val><![CDATA[Vous ne pouvez pas utiliser les serveurs Azure SQL Database comme serveurs de gestion centralisée]]></Val>
|
||||||
|
</Tgt>
|
||||||
|
</Str>
|
||||||
|
<Disp Icon="Str" />
|
||||||
|
</Item>
|
||||||
<Item ItemId=";extensions/cms/out/cmsResource/cmsResourceCommands.cms.errors.sameCmsServerName" ItemType="0" PsrId="308" Leaf="true">
|
<Item ItemId=";extensions/cms/out/cmsResource/cmsResourceCommands.cms.errors.sameCmsServerName" ItemType="0" PsrId="308" Leaf="true">
|
||||||
<Str Cat="Text">
|
<Str Cat="Text">
|
||||||
<Val><![CDATA[Central Management Server Group already has a Registered Server with the name {0}]]></Val>
|
<Val><![CDATA[Central Management Server Group already has a Registered Server with the name {0}]]></Val>
|
||||||
|
|||||||
Reference in New Issue
Block a user