Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix typo (#18)

authored by

Andreas Heiberg and committed by
GitHub
b7f1ed98 dc3e4276

+1 -1
+1 -1
README.md
··· 47 47 the `.vscode` folder should ensure that but sometimes it fails. When we use `TSS_DEBUG_BRK` the plugin 48 48 won't run until we attach the debugger from our main editor. 49 49 50 - After makiing changes you'll have to re-open said editor or restart the TypeScript server and re-attach the 50 + After making changes you'll have to re-open said editor or restart the TypeScript server and re-attach the 51 51 debugger. Breakpoints have to be set in the transpiled JS-code hence using `tsc` currently so the code is a 52 52 bit easier to navigate.