Revert scopes for updateChannel and intelliSenseUpdateDelay back to "application" (#8004)

This commit is contained in:
Colen Garoutte-Carson 2021-08-18 13:45:03 -07:00 коммит произвёл GitHub
Родитель 4cb51b72e1
Коммит 1ed96026ae
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -983,7 +983,7 @@
"type": "number",
"default": 2000,
"description": "%c_cpp.configuration.intelliSenseUpdateDelay.description%",
"scope": "machine",
"scope": "application",
"minimum": 500,
"maximum": 3000
},
@ -1219,7 +1219,7 @@
],
"default": "Default",
"description": "%c_cpp.configuration.updateChannel.description%",
"scope": "machine"
"scope": "application"
},
"C_Cpp.experimentalFeatures": {
"type": "string",