summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2023-01-16 17:47:45 -0500
committerbscan <10503608+bscan@users.noreply.github.com>2023-01-16 17:47:45 -0500
commit7fd6a7d43e334e6be1fcc1a762eef6d860ab32e4 (patch)
tree2e28887b4cae5792e497669c1fa2add571a60d30 /client
parent433e97f2bbc75498a4f32c1e2b53710e20b7088c (diff)
downloadPerlNavigator-7fd6a7d43e334e6be1fcc1a762eef6d860ab32e4.zip
Fix issue with leading whitespace, and activation of server for github files
Diffstat (limited to 'client')
-rw-r--r--client/src/browserClientMain.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/browserClientMain.ts b/client/src/browserClientMain.ts
index 3452528..884b4de 100644
--- a/client/src/browserClientMain.ts
+++ b/client/src/browserClientMain.ts
@@ -18,8 +18,7 @@ export function activate(context: ExtensionContext) {
* and could be shared with a regular (Node) extension
*/
const documentSelector = [
- { scheme: 'file', language: 'perl' },
- { scheme: 'untitled', language: 'perl' }
+ { language: 'perl' },
]
// Options to control the language client