Commit Graph
15 Commits
Author SHA1 Message Date
Nathan Shively-Sanders 050d5c1396 fix most lint 2022-05-16 11:33:16 -07:00
Nathan Shively-Sanders ab928dd424 Restore setModifiedTime
It got deleted in the code move; executeCommandLine checks that it's
required and asserts if it's not there.
2022-05-16 11:26:34 -07:00
Nathan Shively-Sanders 71d038ae8a undo diff logging to minimise baseline churn 2022-05-16 10:48:13 -07:00
Nathan Shively-Sanders b0edfb1321 Switch tests to baselines
This moves diff/snap back into VirtualServerHost to make the switch
easier.
2022-05-13 10:35:35 -07:00
Nathan Shively-Sanders 3c8ab33413 Construct VirtualServerHost directly in tsserver 2022-05-11 08:24:18 -07:00
Nathan Shively-Sanders 04ce89c804 extract most test code from VirtualServerHost 2022-05-10 10:09:40 -07:00
Nathan Shively-Sanders e7fa41d26b Merge branch 'main' into server-vfs-support 2022-05-06 09:37:54 -07:00
Nathan Shively-Sanders 88b3bc9f22 rename vfs namespace + update API baseline 2022-04-20 10:23:53 -07:00
Nathan Shively-Sanders a11d0eb172 Address more PR comments 2022-04-20 10:07:47 -07:00
Nathan Shively-Sanders 6929642c98 Address more PR comments 2022-04-20 07:53:36 -07:00
Nathan Shively-Sanders 5e0b517ac7 move vfs test code vfs->harness 2022-04-01 15:41:10 -07:00
Nathan Shively-Sanders 11717fedac fix lint 2022-03-31 07:48:22 -07:00
Nathan Shively-Sanders a1b9983cdc Tests pass again
Next: Make a way to create a vfs server from the start.
2022-03-28 11:22:08 -07:00
Nathan Shively-Sanders 978c0bc50f Tests build and run
But editorServices needs some fixes. At least, createDirectory needs a
recursive version.
2022-03-25 15:39:17 -07:00
Nathan Shively-Sanders 050e058723 Switch to virtualFileSystemWithWatch, move other files back
Doesn't quite build yet, uploading so I can use github to view the diff.
2022-03-25 09:50:02 -07:00