Remove schema restart prompt (#374)
* Remove restart prompt on schema change
This commit is contained in:
Родитель
e8ddce4dc8
Коммит
0d5bc9f896
|
@ -91,10 +91,6 @@ async function activateYmlContributor(context: vscode.ExtensionContext) {
|
|||
if (event.affectsConfiguration('[azure-pipelines].customSchemaFile')) {
|
||||
schemaAssociationService.locateSchemaFile();
|
||||
const newSchema = schemaAssociationService.getSchemaAssociation();
|
||||
|
||||
vscode.window.showInformationMessage("Azure Pipelines schema changed. Restart VS Code to see the changes.");
|
||||
// this _should_ cause the language server to refresh its config
|
||||
// but that doesn't seem to be happening
|
||||
client.sendNotification(SchemaAssociationNotification.type, newSchema);
|
||||
}
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче