Skip to content

Commit a551e5a

Browse files
committed
feat(ranger): add action for extension-request
1 parent 1c5647c commit a551e5a

File tree

2 files changed

+36
-32
lines changed

2 files changed

+36
-32
lines changed

.github/ranger.yml

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ default:
88

99
# Default comment to post when an issue is first marked with a closing label
1010
comment: "⚠️ This issue has been marked $LABEL and will be closed in $DELAY."
11+
close-faster:
12+
delay: "1 minute"
1113

1214
labels:
1315
duplicate: close
@@ -23,3 +25,7 @@ labels:
2325
action: comment
2426
delay: 5s
2527
message: "Thanks for making your first contribution! :slightly_smiling_face:"
28+
extension-request:
29+
action: close-faster
30+
delay: 5s
31+
message: "Thanks for opening an extension request! We are currently in the process of switching extension marketplaces and transitioning over to [Open VSX](https://open-vsx.org/). Once https://github.com/eclipse/openvsx/issues/249 is implemented, we can fully make this transition. Therefore, we are no longer accepting new requests for extension requests. We suggest installing the VSIX file and then installing into code-server as a temporary workaround. See [docs](https://github.com/cdr/code-server/blob/main/docs/FAQ.md#installing-vsix-extensions-via-the-command-line) for more info."

docs/FAQ.md

+30-32
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,37 @@
11
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3-
43
# FAQ
54

6-
- [FAQ](#faq)
7-
- [Questions?](#questions)
8-
- [iPad Status?](#ipad-status)
9-
- [Community Projects (awesome-code-server)](#community-projects-awesome-code-server)
10-
- [How can I reuse my VS Code configuration?](#how-can-i-reuse-my-vs-code-configuration)
11-
- [Differences compared to VS Code?](#differences-compared-to-vs-code)
12-
- [How can I request a missing extension?](#how-can-i-request-a-missing-extension)
13-
- [How do I configure the marketplace URL?](#how-do-i-configure-the-marketplace-url)
14-
- [Where are extensions stored?](#where-are-extensions-stored)
15-
- [Installing VSIX Extensions via the Command Line](#installing-vsix-extensions-via-the-command-line)
16-
- [How is this different from VS Code Codespaces?](#how-is-this-different-from-vs-code-codespaces)
17-
- [How should I expose code-server to the internet?](#how-should-i-expose-code-server-to-the-internet)
18-
- [Can I store my password hashed?](#can-i-store-my-password-hashed)
19-
- [How do I securely access web services?](#how-do-i-securely-access-web-services)
20-
- [Sub-paths](#sub-paths)
21-
- [Sub-domains](#sub-domains)
22-
- [Why does the code-server proxy strip `/proxy/<port>` from the request path?](#why-does-the-code-server-proxy-strip-proxyport-from-the-request-path)
23-
- [Proxying to Create React App](#proxying-to-create-react-app)
24-
- [Multi-tenancy](#multi-tenancy)
25-
- [Docker in code-server container?](#docker-in-code-server-container)
26-
- [How can I disable telemetry?](#how-can-i-disable-telemetry)
27-
- [How does code-server decide what workspace or folder to open?](#how-does-code-server-decide-what-workspace-or-folder-to-open)
28-
- [How do I debug issues with code-server?](#how-do-i-debug-issues-with-code-server)
29-
- [Heartbeat File](#heartbeat-file)
30-
- [Healthz endpoint](#healthz-endpoint)
31-
- [How does the config file work?](#how-does-the-config-file-work)
32-
- [Isn't an install script piped into sh insecure?](#isnt-an-install-script-piped-into-sh-insecure)
33-
- [How do I make my keyboard shortcuts work?](#how-do-i-make-my-keyboard-shortcuts-work)
34-
- [Differences compared to Theia?](#differences-compared-to-theia)
35-
- [`$HTTP_PROXY`, `$HTTPS_PROXY`, `$NO_PROXY`](#http_proxy-https_proxy-no_proxy)
36-
- [Enterprise](#enterprise)
5+
- [Questions?](#questions)
6+
- [iPad Status?](#ipad-status)
7+
- [Community Projects (awesome-code-server)](#community-projects-awesome-code-server)
8+
- [How can I reuse my VS Code configuration?](#how-can-i-reuse-my-vs-code-configuration)
9+
- [Differences compared to VS Code?](#differences-compared-to-vs-code)
10+
- [How can I request a missing extension?](#how-can-i-request-a-missing-extension)
11+
- [How do I configure the marketplace URL?](#how-do-i-configure-the-marketplace-url)
12+
- [Where are extensions stored?](#where-are-extensions-stored)
13+
- [Installing VSIX Extensions via the Command Line](#installing-vsix-extensions-via-the-command-line)
14+
- [How is this different from VS Code Codespaces?](#how-is-this-different-from-vs-code-codespaces)
15+
- [How should I expose code-server to the internet?](#how-should-i-expose-code-server-to-the-internet)
16+
- [Can I store my password hashed?](#can-i-store-my-password-hashed)
17+
- [How do I securely access web services?](#how-do-i-securely-access-web-services)
18+
- [Sub-paths](#sub-paths)
19+
- [Sub-domains](#sub-domains)
20+
- [Why does the code-server proxy strip `/proxy/<port>` from the request path?](#why-does-the-code-server-proxy-strip-proxyport-from-the-request-path)
21+
- [Proxying to Create React App](#proxying-to-create-react-app)
22+
- [Multi-tenancy](#multi-tenancy)
23+
- [Docker in code-server container?](#docker-in-code-server-container)
24+
- [How can I disable telemetry?](#how-can-i-disable-telemetry)
25+
- [How does code-server decide what workspace or folder to open?](#how-does-code-server-decide-what-workspace-or-folder-to-open)
26+
- [How do I debug issues with code-server?](#how-do-i-debug-issues-with-code-server)
27+
- [Heartbeat File](#heartbeat-file)
28+
- [Healthz endpoint](#healthz-endpoint)
29+
- [How does the config file work?](#how-does-the-config-file-work)
30+
- [Isn't an install script piped into sh insecure?](#isnt-an-install-script-piped-into-sh-insecure)
31+
- [How do I make my keyboard shortcuts work?](#how-do-i-make-my-keyboard-shortcuts-work)
32+
- [Differences compared to Theia?](#differences-compared-to-theia)
33+
- [`$HTTP_PROXY`, `$HTTPS_PROXY`, `$NO_PROXY`](#http_proxy-https_proxy-no_proxy)
34+
- [Enterprise](#enterprise)
3735

3836
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3937

0 commit comments

Comments
 (0)