We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da9f3d commit b895ee9Copy full SHA for b895ee9
src/extension.ts
@@ -43,8 +43,7 @@ export function activate(context: ExtensionContext) {
43
let clientOptions: LanguageClientOptions = {
44
// Register the server for on disk and newly created YAML documents
45
documentSelector: [
46
- { language: 'yaml', scheme: 'file' },
47
- { language: 'yaml', scheme: 'untitled' }
+ { language: 'yaml' }
48
],
49
synchronize: {
50
// Synchronize these setting sections with the server
0 commit comments