Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
DarhkVoyd authored and jdesrosiers committed Mar 11, 2024
1 parent 1ab3dab commit be36496
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vscode/src/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ const activate = (context) => {
}
};

// Temporary Hack. Get the above code working.
// const serverOptions = {
// command: "node",
// args: [context.asAbsolutePath(path.join("..", "language-server", "src", "server.js")), "--stdio"]
// };

const clientOptions = {
documentSelector: [
{ language: "json", pattern: "**/*.schema.json" },
Expand Down

0 comments on commit be36496

Please sign in to comment.