Commit Graph

13 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
0df0d234f2 Fix Dragon Darts
Dragon Darts has a variety of mechanics that I don't care to fully
write unit tests for, but this commit should track its in-game
implementation much more closely.

If anyone still has a Dragon Darts interaction that this implementation
handles incorrectly, they should confront me about it.

Fixes #6279
2020-02-20 00:14:58 -08:00
Guangcong Luo
01dcfcfefe Fix VS Code debug settings 2019-12-04 13:52:22 +09:00
Guangcong Luo
9dafe149d6 Update VS Code launch configurations
- Remove "start server" because it's incompatible with multiprocess PS
- Add "parse input log"
2019-03-01 11:35:37 -06: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
Guangcong Luo
56b4ad3cd5 Rename VS Code launch configs to be more readable 2018-07-17 19:01:41 +09:00
Guangcong Luo
a854222b56 Add Mocha tests to VS Code launch config 2018-05-29 12:17:54 -05:00
asgdf
21ef43c30b Add VS Code folder to source control (#4597) 2018-04-29 14:22:56 -05:00