This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { describe, test, expect, beforeAll, afterAll } from "bun:test" | |
| import { createMessageConnection, StreamMessageReader, StreamMessageWriter, type MessageConnection } from "vscode-jsonrpc/node" | |
| import type { Diagnostic } from "vscode-languageserver-types" | |
| import { spawn, type ChildProcessWithoutNullStreams } from "child_process" | |
| import fs from "fs/promises" | |
| import os from "os" | |
| import path from "path" | |
| import { pathToFileURL } from "url" | |
| import { createRequire } from "module" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { describe, test, expect, beforeAll, afterAll } from "bun:test" | |
| import { createMessageConnection, StreamMessageReader, StreamMessageWriter, type MessageConnection } from "vscode-jsonrpc/node" | |
| import type { Diagnostic } from "vscode-languageserver-types" | |
| import { spawn, type ChildProcessWithoutNullStreams } from "child_process" | |
| import fs from "fs/promises" | |
| import os from "os" | |
| import path from "path" | |
| import { pathToFileURL } from "url" | |
| import { createRequire } from "module" | |
| import { launchServer as launchTsServer } from "@typescript/server-harness" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
| "console_title_template": " {{ .Folder }} :: {{if .Root}}Admin{{end}}", | |
| "palette": { | |
| "main-bg": "#24283b", | |
| "terminal-red": "#f7768e", | |
| "pistachio-green": "#9ece6a", | |
| "terminal-green": "#73daca", | |
| "terminal-yellow": "#e0af68", | |
| "terminal-blue": "#7aa2f7", |