This commit is contained in:
Garrett Serack 2019-09-25 12:20:03 -07:00
Родитель 941bd6171b
Коммит c23b3d9bad
7 изменённых файлов: 14 добавлений и 4 удалений

3
.gitmodules поставляемый
Просмотреть файл

@ -14,3 +14,6 @@
path = autorest.remodeler
url = https://github.com/azure/autorest.remodeler
branch = master
[submodule "autorest.modelerfour"]
path = autorest.modelerfour
url = https://github.com/azure/autorest.modelerfour

6
.vscode/settings.json поставляемый
Просмотреть файл

@ -6,6 +6,8 @@
"node_modules/**": true,
"**/generated/**": true,
"**/dist/**": true,
"**/obj/**": true,
"**/bin/**": true,
"**/node_modules/**": true,
"**/*.js.map": true,
"**/*.js": {
@ -127,6 +129,10 @@
"changeProcessCWD": true,
"directory": "./autorest.remodeler/remodeler"
},
{
"changeProcessCWD": true,
"directory": "./autorest.modelerfour/modelerfour"
},
{
"changeProcessCWD": true,
"directory": "./autorest.powershell/powershell"

@ -1 +1 @@
Subproject commit 7991db76484e8b319ce84116272e254957247446
Subproject commit b90cac2d4a3bfbb3d71f4e5c3f4103c1e2a258ca

1
autorest.modelerfour Submodule

@ -0,0 +1 @@
Subproject commit ab384fc2100cbd3c6242a7e5959e56885794435f

@ -1 +1 @@
Subproject commit aec4f26c3a78db9977bac5c61ac3767b9d9fafc4
Subproject commit ad402d3cfb4e641f68f9c9928f7a9de7ebe5d45f

2
perks

@ -1 +1 @@
Subproject commit 64c175bf01be879165a0ca616d1eaac9453d63b6
Subproject commit 2fd7bcaa306d6d27f2354391f1646d5538beebdd

Просмотреть файл

@ -385,7 +385,7 @@
},
{
"packageName": "@autorest/modelerfour",
"projectFolder": "autorest.remodeler/modelerfour",
"projectFolder": "autorest.modelerfour/modelerfour",
"reviewCategory": "production",
"shouldPublish": true
},