Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
add support for code-oss (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpagon authored Oct 17, 2022
1 parent 383ae96 commit 67d6bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redirect/functions/redirect.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-check
const schemes = new Set(['vscode', 'vscode-insiders', 'vscodium', 'gitpod-code'])
const schemes = new Set(['vscode', 'vscode-insiders', 'vscodium', 'gitpod-code', 'code-oss'])
const validQueryParams = new Set(['vscode-reqid', 'vscode-scheme', 'vscode-authority', 'vscode-path', 'windowId'])

/**
Expand Down

0 comments on commit 67d6bd0

Please sign in to comment.