File tree Expand file tree Collapse file tree 5 files changed +50
-3
lines changed Expand file tree Collapse file tree 5 files changed +50
-3
lines changed Original file line number Diff line number Diff line change 1- * @ code-asher @ nhooyr
2-
31ci /helm-chart @ Matthew-Beckett @ alexgorbatchev
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Extension request
33about : Request an extension missing from the code-server marketplace
44title : " "
55labels : extension-request
6- assignees : cmoog
6+ assignees : " "
77---
88
99<!--
Original file line number Diff line number Diff line change 44
55- [ Known Issues] ( #known-issues )
66- [ How to access code-server with a self signed certificate on iPad?] ( #how-to-access-code-server-with-a-self-signed-certificate-on-ipad )
7+ - [ Servediter iPad App] ( #servediter-ipad-app )
78
89<!-- END doctoc generated TOC please keep comment here to allow auto update -->
910
@@ -51,3 +52,14 @@ refuse to allow WebSockets to connect.
51525 . Go to ` Settings -> About -> Certificate Trust Settings ` and enable full trust for
5253 the certificate.
53546 . Now you can access code-server! 🍻
55+
56+ ### Servediter iPad App
57+
58+ If you are unable to get the self signed certificate working or you do not have a domain
59+ name to use, you can use the Servediter iPad App instead!
60+
61+ ** note** : This is not an officially supported app by the code-server team!
62+
63+ Download [ Serveediter] ( https://apps.apple.com/us/app/servediter-for-code-server/id1504491325 ) from the
64+ App Store and then input your server information. If you are running a local server or mabye a usb-c
65+ connected Raspberry Pi, you will input your settings into "Self Hosted Server".
Original file line number Diff line number Diff line change 1+ # Triage
2+
3+ ## Filter
4+
5+ Triaging code-server issues is done with the following issue filter:
6+
7+ ```
8+ is:issue is:open no:project sort:created-asc -label:blocked -label:upstream -label:waiting-for-info -label:extension-request
9+ ```
10+
11+ This will show issues that:
12+
13+ 1 . Are open.
14+ 2 . Have no assigned project.
15+ 3 . Are not ` blocked ` or tagged for work by ` upstream ` (VS Code core team)
16+ - If an upstream issue is detrimental to the code-server experience we may fix it in
17+ our patch instead of waiting for the VS Code team to fix it.
18+ - Someone should periodically go through these issues to see if they can be unblocked
19+ though!
20+ 4 . Are not in ` waiting-for-info ` .
21+ 5 . Are not extension requests.
22+
23+ ## Process
24+
25+ 1 . If an issue is a question/discussion it should be converted into a GitHub discussion.
26+ 2 . Next, give the issue the appropriate labels and feel free to create new ones if
27+ necessary.
28+ - There are no hard and set rules for labels. We don't have many so look through and
29+ see how they've been used throughout the repository. They all also have descriptions.
30+ 3 . If more information is required, please ask the submitter and tag as
31+ ` waiting-for-info ` and wait.
32+ 4 . Finally, the issue should be moved into the
33+ [ code-server] ( https://github.com/cdr/code-server/projects/1 ) project where we pick
34+ out issues to fix and track their progress.
35+
36+ We also use [ milestones] ( https://github.com/cdr/code-server/milestones ) to track what
37+ issues are planned/or were closed for what release.
You can’t perform that action at this time.
0 commit comments