This website requires JavaScript.
Explore
Woodpecker
Blog
Help
Register
Sign In
OCram85
/
code-server
Archived
Watch
1
Star
0
Fork
0
You've already forked code-server
Code
Pull Requests
2
Activity
This repository has been archived on
2024-09-09
. You can view files and clone it, but cannot push or open issues or pull requests.
97842c403d
code-server
/
test
/
tsconfig.json
6 lines
106 B
JSON
Raw
Normal View
History
Unescape
Escape
Make updating work for both binary and loose releases
2020-02-20 22:50:01 +01:00
{
"extends"
:
"../tsconfig.json"
,
Revert "refactor: move test-plugin to integration suite" This reverts commit bc02005dc097a10b5216b616ff0bd7a911240748. I couldn't get past some GLIBC errors in CI so moving back to unit tests.
2022-09-21 21:13:15 +02:00
"include"
:
[
"./**/*.ts"
]
,
"exclude"
:
[
"./unit/node/test-plugin"
]
Make updating work for both binary and loose releases
2020-02-20 22:50:01 +01:00
}
Copy Permalink