Fix conflict between sts.quickfix command registrations ...
... from different vscode extensions activated simultaneosly.
This commit is contained in:
@@ -73,6 +73,7 @@ public class ConcourseLanguageServer extends SimpleLanguageServer {
|
||||
}
|
||||
|
||||
public ConcourseLanguageServer() {
|
||||
super("vscode-concourse");
|
||||
PipelineYmlSchema pipelineSchema = new PipelineYmlSchema(models);
|
||||
this.yamlQuickfixes = new YamlQuickfixes(getQuickfixRegistry(), documents, structureProvider);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user