Commit Graph

8 Commits

Author SHA1 Message Date
Adam Tran
f2fd6779c9
Turn off Format on Save in VS Code (#7807) 2020-12-24 09:44:24 -08:00
aviettran
90622e74bc
Correct eslint.options.configFile for vscode (#7748) 2020-11-29 08:00:02 -08:00
Guangcong Luo
a2513ae1c0 Fix VS Code TypeScript setting 2020-09-29 15:56:10 -07:00
Guangcong Luo
3d68248efa Update to latest eslint
We're skipping two major typescript-eslint versions, so there are a
bunch of changes here, including:

- it's catching a lot of things it didn't catch in the past, for
  reasons unclear to me

- no-unused-vars has to be explicitly disabled in global-types now

- a lot of `ts-ignore`s were never necessary and have been fixed

- Crashlogger can now handle being thrown things that aren't errors.
  This has never been a problem in the past, but to satisfy TypeScript
	we might as well not die in a fire on the off chance someone tries to
	`throw null` or something.
2020-09-29 15:28:08 -07:00
Guangcong Luo
776ccf9796
Refactor Sockets to ProcessManager+TypeScript (#6584) 2020-04-17 04:05:45 -07:00
Waleed Hassan
e86ec0b7fe
Fix Wifi GAs (#6431) 2020-03-08 20:23:37 -07:00
Guangcong Luo
a405243f91 VS Code: Use PS's built-in TypeScript version
This fixes the weird errors that happen when the TypeScript versions
differ.
2018-07-20 14:40:40 +09:00
asgdf
21ef43c30b Add VS Code folder to source control (#4597) 2018-04-29 14:22:56 -05:00