Skip to content

sync with upstream #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1,093 commits into from
Jan 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1093 commits
Select commit Hold shift + click to select a range
14f408a
plugin: Plugin modules now export a single top level identifier
nhooyr Nov 5, 2020
9453f89
plugin.ts: Fix usage of routerPath in mount
nhooyr Nov 5, 2020
197a09f
plugin: Test endpoints via supertest
nhooyr Nov 6, 2020
9d39c53
plugin: Give test-plugin some html to test overlay
nhooyr Nov 6, 2020
277211c
plugin: Make init and applications callbacks optional
nhooyr Nov 6, 2020
fe399ff
Fix formatting
nhooyr Nov 6, 2020
d969a5b
Merge pull request #2252 from cdr/plugin-5d60
nhooyr Nov 6, 2020
da6000b
Add Slack link to issue template (#2282)
bpmct Nov 10, 2020
f3d7d3f
Merge branch 'master' into feature/helm3
Matthew-Beckett Nov 10, 2020
77c2a72
Bump version and update README
Matthew-Beckett Nov 10, 2020
03aa770
Add maintainers
Matthew-Beckett Nov 10, 2020
0e39bb9
Fix trailing line breaks
Matthew-Beckett Nov 10, 2020
10799aa
Bump chart app version
Matthew-Beckett Nov 10, 2020
aa7415a
Update CODEOWNERS file
Matthew-Beckett Nov 10, 2020
0a01338
Deduplicate child process message dance
code-asher Nov 10, 2020
de49495
Document getFirstPath better
code-asher Nov 10, 2020
f706039
Re-add TLS socket proxy
code-asher Nov 10, 2020
b8340a2
Close sockets correctly
code-asher Nov 10, 2020
71850e3
Avoid setting ?to=/
code-asher Nov 11, 2020
4574593
Refactor vscode init to use async
code-asher Nov 11, 2020
79478eb
Clarify some points around the cookie domain
code-asher Nov 11, 2020
72931ed
Fix cleanup after getting message from vscode
code-asher Nov 12, 2020
31b6706
Remove <type> from onMessage
code-asher Nov 12, 2020
5499a3d
Use baseUrl when redirecting from domain proxy
code-asher Nov 12, 2020
e1702a1
Merge branch master into code-asher/ch1385
code-asher Nov 12, 2020
b73ea2f
Unbind message handler itself after getting message
code-asher Nov 12, 2020
6f14b8b
Add separate handler for error
code-asher Nov 12, 2020
96995b7
Update cert flag test
code-asher Nov 12, 2020
9889f30
Remove unused ts-expect-error from VS Code
code-asher Nov 12, 2020
5e60305
Merge pull request #2238 from cdr/code-asher/ch1385
code-asher Nov 12, 2020
affa64c
Merge pull request #2048 from Matthew-Beckett/feature/helm3
nhooyr Nov 13, 2020
52ea32f
helm: Move chart into ci/helm-chart
nhooyr Nov 13, 2020
248c2ad
helm: Fix README examples
nhooyr Nov 13, 2020
9af3671
helm: Add link in install.md
nhooyr Nov 13, 2020
f4d48bc
ci: Remove helm validation action in favour of helm kubeval directly
nhooyr Nov 13, 2020
7afa689
Merge pull request #2303 from cdr/helm-db7f
nhooyr Nov 13, 2020
40a7c11
node/routes: Fix error handling
nhooyr Nov 13, 2020
a37572d
ci: Disable no-unused-vars for function args
nhooyr Nov 13, 2020
79e8f3d
ci: Only use helm kubeval if installed
nhooyr Nov 13, 2020
8bf1bf2
helm: Use upgrade --install everywhere
nhooyr Nov 13, 2020
9917da0
v3.7.0
nhooyr Nov 16, 2020
f64599b
ci: Update standalone build test
nhooyr Nov 16, 2020
f5e3dca
Merge pull request #2309 from cdr/v3.7.0
nhooyr Nov 16, 2020
ac09aa6
doc/ipad.md: Fix TOC
nhooyr Nov 16, 2020
40e1f06
ci: Improve release template (#2311)
nhooyr Nov 16, 2020
ccc519e
ci: Pin nfpm to v1.9.0
nhooyr Nov 16, 2020
2bf91ff
v3.7.1
nhooyr Nov 16, 2020
9ff535e
Merge pull request #2312 from cdr/v3.7.1
nhooyr Nov 16, 2020
c6062c3
Fix log message (#2331)
piousdeer Nov 18, 2020
2a3608d
Skip heartbeat on /healthz endpoint (#2333)
code-asher Nov 18, 2020
d55e069
Split child and parent wrappers
code-asher Nov 18, 2020
247c4ec
Move onMessage so it can be used in the wrappers
code-asher Nov 18, 2020
016daf2
Parse arguments once
code-asher Nov 18, 2020
95ef6db
Remove unused wrapper options
code-asher Nov 18, 2020
624cd9d
Fix webview 404s
code-asher Nov 18, 2020
1827913
Fix tar authentication
code-asher Nov 18, 2020
f79bb21
login.css: Fix button styling on iOS
jw-12138 Oct 29, 2020
30100ca
Revert "login.css: Fix button styling on iOS"
nhooyr Nov 19, 2020
2dc7863
login.css: Disable webkit appearance for input elements
nhooyr Nov 19, 2020
08b9e9a
Merge pull request #2336 from cdr/webview-404
code-asher Nov 19, 2020
72caafe
Fix service worker not loading (#2335)
code-asher Nov 19, 2020
4380356
Merge pull request #2334 from cdr/wrappers
code-asher Nov 19, 2020
b540737
Merge pull request #2339 from cdr/ios-input-3cf7
nhooyr Nov 19, 2020
e28c9ab
Update VS Code to 1.51.1
code-asher Nov 7, 2020
4d276b8
Add new logger service
code-asher Nov 7, 2020
431137d
Add new (unimplemented) terminal service
code-asher Nov 13, 2020
3f7b91e
Implement most of remote terminal service
code-asher Nov 17, 2020
4de2511
Implement terminal replay event
code-asher Nov 17, 2020
8311cf5
Handle non-persistent terminals
code-asher Nov 17, 2020
182aca6
Only replay terminals when detached
code-asher Nov 19, 2020
1feb30a
Send back workspace ID and name in terminal list
code-asher Nov 19, 2020
a6f8840
Add timeout for disposing detached terminals
code-asher Nov 19, 2020
8ffe599
Add notes on unimplemented terminal events
code-asher Nov 19, 2020
fa59156
Implement remaining resolver methods
code-asher Nov 19, 2020
d0f6cbb
Use resolverEnv to get exec path
code-asher Nov 19, 2020
42390da
Don't persist terminals for now
code-asher Nov 19, 2020
23ead21
Merge pull request #2340 from cdr/vscode-1.51.1
code-asher Nov 19, 2020
a0db672
v3.7.2
nhooyr Nov 19, 2020
2e2d033
ci: Fix typo in release template
nhooyr Nov 19, 2020
96170de
Merge pull request #2342 from cdr/v3.7.2
nhooyr Nov 19, 2020
3d7fbec
Use file system for settings and fix data home path
code-asher Nov 20, 2020
fb83583
Remove semver-umd link
code-asher Nov 20, 2020
a018e30
Merge pull request #2348 from cdr/userdata
nhooyr Nov 23, 2020
19710ab
vscode: Update product.json
nhooyr Nov 24, 2020
5a38ab9
vscode: Disable go home button
nhooyr Nov 24, 2020
303fe2b
vscode: Customize welcome page for code-server
nhooyr Nov 24, 2020
bb26d2e
Merge pull request #2357 from cdr/branding-0570
nhooyr Nov 24, 2020
fb63c0c
vscode: Show notification when upgrade is available
nhooyr Nov 24, 2020
f74f172
doc: Add note on upgrading into release notes and install.md
nhooyr Nov 24, 2020
be37821
update.ts: Simplify comparison
nhooyr Nov 24, 2020
37c80c9
vscode: Add missing semicolons
nhooyr Nov 24, 2020
def8124
vscode: Check updates with absolute path
nhooyr Nov 24, 2020
a1537d7
Merge pull request #2358 from cdr/update-noti-45e1
nhooyr Nov 24, 2020
93fb76e
v3.7.3
nhooyr Nov 24, 2020
eca4448
Merge pull request #2360 from cdr/v3.7.3
nhooyr Nov 24, 2020
ae65c83
Fix exthost error and warn logging (#2366)
code-asher Nov 26, 2020
5247878
ci: Enable vscode linting
nhooyr Nov 25, 2020
833314a
vscode: Make eslint pass
nhooyr Nov 27, 2020
4cb8a32
ci: Fetch vscode node_modules in lint.sh for eslint
nhooyr Nov 27, 2020
0ad7d93
Merge pull request #2374 from cdr/lint-vscode-c2c2
nhooyr Nov 30, 2020
67e2a99
show popup on third attempt
mgmachado Nov 6, 2020
290c533
turn off visibleProgress on ConnectionLost
mgmachado Nov 16, 2020
4eb4375
one working solution without event suppression
mgmachado Nov 16, 2020
a898dd3
solution with forceDialog for attempt 3 and no change to VisibleProgr…
mgmachado Nov 17, 2020
fa0853d
revert reconnect wait times
mgmachado Nov 17, 2020
e5067ba
separate event domain from UI
mgmachado Nov 17, 2020
8cb4e2c
vscode: Remove background reconnection fixes from patch
nhooyr Nov 30, 2020
c35d558
vscode: Reconnect in the background up to 5 seconds
nhooyr Nov 30, 2020
7282ebf
Merge pull request #2381 from cdr/reconnect-6fa3
nhooyr Nov 30, 2020
27f0f19
vscode: Use options.base for update checking
nhooyr Nov 25, 2020
cc18175
cli: Add --disable-update-check flag
nhooyr Nov 25, 2020
0713fa9
vscode: Fix update check timeouts
nhooyr Nov 25, 2020
261af28
vscode: Fixes for linting
nhooyr Nov 30, 2020
7fe475c
Merge pull request #2365 from cdr/disable-update-1d93
nhooyr Nov 30, 2020
f71d98f
Only attach to orphaned terminals (#2382)
code-asher Nov 30, 2020
ebe4d7e
Revamp icons (#2383)
nhooyr Dec 1, 2020
7e1bb8f
browser: Fix HTML formatting
nhooyr Dec 1, 2020
11f5378
v3.7.4
nhooyr Dec 1, 2020
3612076
Merge pull request #2386 from cdr/v3.7.4
nhooyr Dec 2, 2020
0d53441
Add "disabled by --link" note to certificate arg
JammSpread Dec 4, 2020
04357dd
Remove logs mentioning --link being beta
JammSpread Dec 4, 2020
fac8091
npm.md: Remove the "install Xcode" bit
bgv2 Dec 4, 2020
9baf1e9
Merge pull request #2399 from JammSpread/master
nhooyr Dec 4, 2020
6c67dc7
doc/npm.md: Fix formatting
nhooyr Dec 4, 2020
67470f0
node: coder-cloud -> coder_cloud
nhooyr Dec 4, 2020
cee88ad
update.ts: Fix response memory leak
nhooyr Dec 4, 2020
691d44d
Use proxy-agent to support $HTTP_PROXY
nhooyr Dec 4, 2020
a72c642
proxy_agent.ts: Document that no other code passes in explicit agent
nhooyr Dec 4, 2020
6738cff
media: Improve icon size (#2401)
nhooyr Dec 4, 2020
366d182
Add path to coder-logs in 'How do I debug...' section (#2389)
csaska Dec 4, 2020
9e44dd8
vscode: Document argument to extensionHostProcess
nhooyr Dec 4, 2020
ca3af6d
vscode/coder.js: Remove unnecessary vs/css and vs/nls args
nhooyr Dec 4, 2020
8a3471c
vscode: Fix @coder/logger version
nhooyr Dec 4, 2020
c15b526
vscode: Fix exthost logging
nhooyr Dec 4, 2020
a021bf5
Fix CI
nhooyr Dec 4, 2020
58bbf25
proxy_agent.ts: Document why there is no $HTTPS_PROXY support
nhooyr Dec 4, 2020
c87357e
Update guide.md (#2125)
AckerApple Dec 4, 2020
01323d7
doc/ipad.md: Add Servediter iPad App
nhooyr Dec 4, 2020
eb4864f
Merge pull request #2400 from cdr/HTTP_PROXY-7e1f
nhooyr Dec 4, 2020
4d295e3
Modify link arg and its desc to not be beta
JammSpread Dec 5, 2020
9e7e8c0
Update cloud program section of README
JammSpread Dec 5, 2020
ba3f0bb
add initial codetour
bpmct Dec 7, 2020
1948f24
Merge pull request #2404 from cdr/ipad-8a8b
nhooyr Dec 7, 2020
104b853
doc: Describe issue triaging
nhooyr Dec 7, 2020
ddc0658
Remove cmoog assignment for extension requests
nhooyr Dec 8, 2020
30994a5
doc: Elaborate on issue triaging
nhooyr Dec 7, 2020
225583b
Merge pull request #2416 from cdr/issue-036f
nhooyr Dec 8, 2020
e7e25c5
doc: Switch screenshot to use Chrome
nhooyr Dec 8, 2020
d17499f
Remove @coder-asher and @nhooyr from CODEOWNERS
nhooyr Dec 8, 2020
4f1dc89
Merge pull request #2422 from cdr/ss-20c2
nhooyr Dec 8, 2020
c982302
docs: add yarn to contributing requirements
jsjoeio Dec 8, 2020
cd6aefd
Merge branch 'master' into 2424-update-contributing
jsjoeio Dec 8, 2020
ff1da17
Merge pull request #2425 from cdr/2424-update-contributing
jsjoeio Dec 8, 2020
1dd7e4b
Add hashedPassword config (#2409)
SPGoding Dec 8, 2020
c0c39af
Add tour points
code-asher Dec 8, 2020
6c69300
Merge pull request #2405 from JammSpread/master
nhooyr Dec 8, 2020
affb92f
cli: Show beta flags in help output
nhooyr Dec 8, 2020
5610431
add link to docs
bpmct Dec 9, 2020
db8b41b
make tour work on all branches
bpmct Dec 9, 2020
63029be
add development tour with commands
bpmct Dec 9, 2020
8d1c804
change to directory
bpmct Dec 10, 2020
fa7d3fd
Change tour directories from `file` to `directory`
code-asher Dec 10, 2020
bc1fe20
Link CONTRIBUTING.md from the tour
code-asher Dec 10, 2020
704f34e
Add VS Code reqs link to development tour
code-asher Dec 10, 2020
9efdec8
Merge pull request #2412 from bpmct/codetour
code-asher Dec 10, 2020
88b8cff
Merge pull request #2427 from cdr/link-docs-0cc3
nhooyr Dec 14, 2020
ed01515
FAQ.md: Add mention of hashedPassword (#2453)
nhooyr Dec 14, 2020
244afa4
routes: Redirect from /login when auth is disabled (#2456)
nhooyr Dec 14, 2020
32c5ed8
release-image: Ignore $DOCKER_USER on restart (#2458)
nhooyr Dec 14, 2020
f8dc3fc
install.sh: use $ID_LIKE to detect distro (#2423)
Dec 14, 2020
7e05ca0
release-image: Remove unnecessary call to chsh (#2457)
nhooyr Dec 14, 2020
8daba6c
feat: add home as a cli option
jsjoeio Dec 9, 2020
157eeab
chore: generate new patch
jsjoeio Dec 9, 2020
00bd9e5
docs: update FAQ with new go home customization
jsjoeio Dec 9, 2020
f84174e
docs: fix typo in docs
jsjoeio Dec 9, 2020
77ddac2
chore: fix lint issue in patch
jsjoeio Dec 9, 2020
b1282b9
refactor: fix bug in --home test
jsjoeio Dec 10, 2020
90aa6f2
chore: format FAQ
jsjoeio Dec 10, 2020
066ce21
fix: remove unused import in workbench.ts
jsjoeio Dec 10, 2020
c266d4a
chore: revert accidental yarnlock changes in patch
jsjoeio Dec 14, 2020
b0336e9
chore: revert yarn.lock to match master
jsjoeio Dec 14, 2020
71abff7
Revert yarn.lock to master
nhooyr Dec 14, 2020
24dbc04
Update ipad.md
AckerApple Dec 15, 2020
f4ca413
Add --ignore-last-opened option (#2434)
JammSpread Dec 15, 2020
cc584f8
Merge pull request #2435 from cdr/issue-2328-customize-go-home
jsjoeio Dec 15, 2020
f8b782b
Move ignore-last-opened to ipc.d.ts
code-asher Dec 15, 2020
9fb661d
Use patience algorithm for diffs
code-asher Dec 15, 2020
faeed81
feat: add vscode:clean script
jsjoeio Dec 15, 2020
ff2ef35
Merge pull request #2473 from cdr/add-vscode-clean-script
jsjoeio Dec 15, 2020
6c5c22e
chore: remove submodule
jsjoeio Dec 15, 2020
be3e823
Squashed 'lib/vscode/' content from commit e5a624b788
jsjoeio Dec 15, 2020
41bee49
Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode'
jsjoeio Dec 15, 2020
51a2a2a
feat: apply patch after setting up subtree
jsjoeio Dec 15, 2020
25e6f84
feat: remove vscode scripts used with submodule
jsjoeio Dec 15, 2020
fcc16e5
refactor: move vscode.sh to postinstall
jsjoeio Dec 16, 2020
5830532
refactor: remove submodule code from steps scripts
jsjoeio Dec 16, 2020
e391f68
docs: update workflow and remove yarn vscode
jsjoeio Dec 16, 2020
b176e3e
refactor: update workflow in codetour
jsjoeio Dec 16, 2020
5b4fb69
docs: fix codetour and docs
jsjoeio Dec 16, 2020
65ff47b
docs: update based on feedback
jsjoeio Dec 16, 2020
be97f80
fix: add grep -v lib/vscode to git ls-files
jsjoeio Dec 16, 2020
fdde5a8
chore: format lint file
jsjoeio Dec 17, 2020
02069a6
Update ipad.md
AckerApple Dec 17, 2020
5df500a
Update ipad.md
AckerApple Dec 17, 2020
74d6d5e
fix: remove unnecessary grep line in fmt script
jsjoeio Dec 17, 2020
9a16e4e
docs: add section for updating vs code
jsjoeio Dec 17, 2020
98338e9
chore: fix linting error
jsjoeio Dec 17, 2020
121a520
Symlink node_modules.asar to node_modules in lib/vscode
code-asher Dec 17, 2020
58c1be5
Implement callback endpoints
code-asher Dec 10, 2020
3cc74cc
Point to our auth relay
code-asher Dec 16, 2020
619ab45
Merge pull request #2476 from cdr/issue-1587-submodule-to-subtree
jsjoeio Dec 17, 2020
386af14
ci/README: Document command used to find stale version
nhooyr Dec 18, 2020
3efd515
proxy_agent: Fix very embarrassing mistake
nhooyr Dec 18, 2020
ecb4d07
proxy_agent: Improve documentation
nhooyr Dec 18, 2020
94b4ba1
proxy_agent: Implement $HTTPS_PROXY
nhooyr Dec 18, 2020
ae902b9
proxy_agent: Use proxy-from-env for robustness
nhooyr Dec 18, 2020
cb72128
doc/FAQ: Document proxy environment variables
nhooyr Dec 18, 2020
65ce399
build: Do not let agent install fail the build
nhooyr Dec 14, 2020
de112b1
clean.sh: Do not reset lib/vscode
nhooyr Dec 18, 2020
003225d
vscode: Remove electron dependency but keep types
nhooyr Dec 18, 2020
2bafbdc
ci: Minor fixes for FreeBSD support
nhooyr Dec 14, 2020
ffa24de
doc/npm.md: Document npm module dependencies for FreeBSD
nhooyr Dec 14, 2020
d3d4428
install.sh: Add echo_npm_postinstall
nhooyr Dec 15, 2020
3aa4ae4
Clarify why we need node_modules.asar
code-asher Dec 18, 2020
4255f9c
Use full path for ignoring node_modules.asar
code-asher Dec 18, 2020
60c270a
cli: hashedPassword -> hashed-password (#2454)
nhooyr Dec 18, 2020
d14c2e5
Swap negative check for positive check
code-asher Dec 18, 2020
0811b27
docs: Update nginx certbot to use python3 #2439
mayanxoni Dec 11, 2020
5f7f7f1
Simplify query concatenation in URL callback
code-asher Dec 18, 2020
0f2085b
release-image: Use more minimal packages #2462
lenhof Dec 14, 2020
ea1b387
Merge pull request #2466 from cdr/freebsd-abe7
nhooyr Dec 18, 2020
cb44666
Merge pull request #2487 from cdr/proxy-docs-86d4
nhooyr Dec 18, 2020
ceb8eb8
doc/npm.md: Update docs for Alpine Linux (#2479)
Dec 18, 2020
7c6b132
Merge pull request #2472 from AckerApple/patch-1
jsjoeio Dec 18, 2020
c7baf5d
Merge pull request #2482 from cdr/asar
code-asher Dec 18, 2020
f763319
Merge pull request #2160 from cdr/github-auth
code-asher Dec 18, 2020
4185675
doc/ipad.md: Fix formatting
nhooyr Dec 18, 2020
c4610f7
v3.8.0
nhooyr Dec 18, 2020
caee285
Merge pull request #2489 from cdr/v3.8.0
nhooyr Dec 18, 2020
f599e1d
docs: add details to updating vscode section
jsjoeio Dec 22, 2020
aa05993
Bundle callback.html into final build
code-asher Jan 5, 2021
05530db
Fix symlink_asar failing if link is broken
code-asher Jan 5, 2021
5164f92
Merge pull request #2505 from cdr/docs-update-vscode
jsjoeio Jan 5, 2021
9e4206a
Add typings to release bundle (#2544)
scsmithr Jan 6, 2021
cb11e1f
Fix typings rsync
code-asher Jan 8, 2021
693fdbe
browser: Add favicon.afdesign
nhooyr Jan 9, 2021
fa2aed6
gen_icons.sh: Document pwa-icon vs favicon having different design
nhooyr Jan 9, 2021
f15580b
favicon: Add dark mode support
nhooyr Jan 9, 2021
07bc3d9
Merge pull request #2551 from cdr/dark-mode-favicon-b1d7
nhooyr Jan 11, 2021
39facee
Merge pull request #2539 from cdr/callback-html
code-asher Jan 11, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
15 changes: 3 additions & 12 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
Dockerfile
build
deployment
doc
.github
.gitignore
.node-version
.travis.yml
LICENSE
README.md
node_modules
release
**
!release-packages
!ci
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
root = true

[*]
indent_style = space
trim_trailing_whitespace = true
indent_size = 2
44 changes: 44 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
parser: "@typescript-eslint/parser"
env:
browser: true
es6: true # Map, etc.
mocha: true
node: true

parserOptions:
ecmaVersion: 2018
sourceType: module

extends:
- eslint:recommended
- plugin:@typescript-eslint/recommended
- plugin:import/recommended
- plugin:import/typescript
- plugin:prettier/recommended
- prettier # Removes eslint rules that conflict with prettier.
- prettier/@typescript-eslint # Remove conflicts again.

rules:
# Sometimes you need to add args to implement a function signature even
# if they are unused.
"@typescript-eslint/no-unused-vars": ["error", { "args": "none" }]
# For overloads.
no-dupe-class-members: off
"@typescript-eslint/no-use-before-define": off
"@typescript-eslint/no-non-null-assertion": off
"@typescript-eslint/ban-types": off
"@typescript-eslint/no-var-requires": off
"@typescript-eslint/explicit-module-boundary-types": off
"@typescript-eslint/no-explicit-any": off
eqeqeq: error
import/order:
[error, { alphabetize: { order: "asc" }, groups: [["builtin", "external", "internal"], "parent", "sibling"] }]
no-async-promise-executor: off
# This isn't a real module, just types, which apparently doesn't resolve.
import/no-unresolved: [error, { ignore: ["express-serve-static-core"] }]

settings:
# Does not work with CommonJS unfortunately.
import/ignore:
- env-paths
- xdg-basedir
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.afdesign filter=lfs diff=lfs merge=lfs -text
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* @code-asher @kylecarbs
Dockerfile @nhooyr
ci/helm-chart @Matthew-Beckett @alexgorbatchev
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Report a bug and help us improve
title: ""
labels: ""
assignees: ""
---

<!--
Please see https://github.com/cdr/code-server/blob/master/doc/FAQ.md#how-do-i-debug-issues-with-code-server
and include any logging information relevant to the issue.

Please search for existing issues before filing.

If you can reproduce the issue on vanilla VS Code,
please file the issue at the VS Code repository instead.

Provide screenshots if applicable.

Please fill in the issue template and try to be as detailed
and clear as possible!
-->

- Web Browser:
- Local OS:
- Remote OS:
- Remote Architecture:
- `code-server --version`:
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Question
url: https://github.com/cdr/code-server/discussions/new?category_id=22503114
about: Ask the community for help on our GitHub Discussions board
- name: Chat
about: Need immediate help or just want to talk? Hop in our Slack
url: https://cdr.co/join-community
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Documentation improvement
about: Suggest a documentation improvement
title: ""
labels: "docs"
assignees: ""
---
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/extension-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Extension request
about: Request an extension missing from the code-server marketplace
title: ""
labels: extension-request
assignees: ""
---

<!--
Details on the code-server extension marketplace are at

https://github.com/cdr/code-server/blob/master/doc/FAQ.md#whats-the-deal-with-extensions

Please fill in the issue template!
-->

- [ ] Extension name:
- [ ] Extension GitHub or homepage:
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/extension_bug.md

This file was deleted.

13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Feature request
about: Suggest an idea
title: ""
labels: feature
assignees: ""
---

<!--
Please search for existing issues before filing.

Please describe the feature as clearly as possible!
-->
11 changes: 0 additions & 11 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

37 changes: 37 additions & 0 deletions .github/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Configuration for Lock Threads - https://github.com/dessant/lock-threads-app

# Number of days of inactivity before a closed issue or pull request is locked
daysUntilLock: 90

# Skip issues and pull requests created before a given timestamp. Timestamp must
# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
skipCreatedBefore: false

# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
exemptLabels: []

# Label to add before locking, such as `outdated`. Set to `false` to disable
lockLabel: false

# Comment to post before locking. Set to `false` to disable
lockComment: >
This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.

# Assign `resolved` as the reason for locking. Set to `false` to disable
setLockReason: true
# Limit to only `issues` or `pulls`
# only: issues

# Optionally, specify configuration settings just for `issues` or `pulls`
# issues:
# exemptLabels:
# - help-wanted
# lockLabel: outdated

# pulls:
# daysUntilLock: 30

# Repository to extend settings from
# _extends: repo
10 changes: 5 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Please answer these questions before submitting your PR. Thanks! -->

### Describe in detail the problem you had and how this PR fixes it

### Is there an open issue you can link to?
<!--
Please link to the issue this PR solves.
If there is no existing issue, please first create one unless the fix is minor.

Please make sure the base of your PR is the master branch!
-->
Loading