massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / langserver.index.js
1 #!/usr/bin/env node
2 /* eslint-disable @typescript-eslint/ban-ts-comment */
3 // @ts-nocheck
4
5 // Stash the base directory into a global variable.
6 global.__rootDirectory = __dirname + '/dist/';
7
8 require('./dist/pyright-langserver');