Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed Jul 18, 2024
1 parent 8fbd60c commit 07d0adb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/yaml-language-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class YamlLanguageServer {
);
const clientOptions = {
syntaxes: ["yaml"],
debug: true
debug: true,
};

debug("serverOptions", serverOptions);
Expand Down Expand Up @@ -155,9 +155,9 @@ export class YamlLanguageServer {

async startLanguageServer(client: LanguageClient) {
client.start();

// await new Promise(r => setTimeout(r, 2_000))

// client.sendNotification("yaml/registerCustomSchemaRequest");

// client.onRequest("custom/schema/request", (file) => {
Expand All @@ -169,11 +169,11 @@ export class YamlLanguageServer {
// debug("yaml/get/jsonSchema", file);
// return [];
// });
//
//
// client.onNotification('yaml/schema/store/initialized', () => {
// debug('yaml/schema/store/initialized')
// })
//
//
// client.sendNotification("yaml/supportSchemaSelection");
}

Expand Down

0 comments on commit 07d0adb

Please sign in to comment.