Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
at main 308 B view raw
1#!/usr/bin/env sh 2 3# Check if code is in PATH 4 5if ! command -v code &> /dev/null 6then 7 echo "Make sure to add VS Code to your PATH:" 8 echo "https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line" 9 exit 10fi 11 12TSS_DEBUG=9559 code --user-data-dir ~/.vscode-debug/ packages/example