Skip to content

Instantly share code, notes, and snippets.

View michaelschufi's full-sized avatar

Michael Schaufelberger michaelschufi

  • Switzerland, Zürich
View GitHub Profile
This file has been truncated, but you can view the full file.
Info 0 [10:25:00.017] Starting TS Server
Info 1 [10:25:00.017] Version: 5.5.0-dev
Info 2 [10:25:00.018] Arguments: /home/michael/.vscode-server-insiders/bin/c6e45e96a6b0fe94e0dae5b13ab4167d69ec9788/node /home/michael/.local/share/pnpm/global/5/.pnpm/every-ts@2.0.1_typanion@3.14.0/node_modules/every-ts/.data/TypeScript/lib/tsserver.js --useInferredProjectPerProjectRoot --enableTelemetry --cancellationPipeName /tmp/vscode-typescript1000/aba7309e4f5da73ccfe4/tscancellation-72deaeaa3bd6d1d629ca.tmp* --logVerbosity verbose --logFile "/home/michael/.vscode-server-insiders/data/logs/20240530T092000/exthost2/vscode.typescript-language-features/tsserver-log-o0TAVb/tsserver.log" --locale en --noGetErrOnBackgroundUpdate --canUseWatchEvents --validateDefaultNpmLocation --useNodeIpc
Info 3 [10:25:00.018] Platform: linux NodeVersion: v20.11.1 CaseSensitive: true
Info 4 [10:25:00.018] ServerMode: undefined hasUnknownServerMode: undefined
Info 5 [10:25:00.027] Binding...
Info 6 [10:25:00.033] request:
@michaelschufi
michaelschufi / Revert-Gist.md
Created March 14, 2020 12:48 — forked from eduncan911/Revert-Gist.md
Revert Gist Commits

Revert / Undo a Gist Commit

It was not exactly obvious. Here's how to revert a Gist commit!

Checkout the gist like a normal git repo:

# replace the Gist ID with your own
git clone git@github.com:cc13e0fcf2c348cc126f918e4a3917eb.git

Treat it like a normal repo. Edit, force push, etc.