Initial Upload

This commit is contained in:
2025-09-14 03:33:41 -04:00
parent 0043d0096e
commit 2e136eeab0
26 changed files with 534 additions and 0 deletions

8
node_modules/pyright/langserver.index.js generated vendored Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env node
/* eslint-disable @typescript-eslint/ban-ts-comment */
// @ts-nocheck
// Stash the base directory into a global variable.
global.__rootDirectory = __dirname + '/dist/';
require('./dist/pyright-langserver');