From 500685f5ac4a3592d5bbe7ff00dc0c33a85a3291 Mon Sep 17 00:00:00 2001 From: Stefan van den Oord Date: Tue, 20 Sep 2022 09:52:03 +0200 Subject: [PATCH] Disable notebook support for normal Clojure files This is a work-around because currently Live Share causes clojure files to always be opened as notebooks. See: https://github.com/BetterThanTomorrow/calva/issues/1850 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f36b3326..94c507101 100644 --- a/package.json +++ b/package.json @@ -2831,7 +2831,7 @@ "priority": "option", "selector": [ { - "filenamePattern": "*.{clj,cljc,cljs,cljx}" + "filenamePattern": "*.{cljnb,cljcnb,cljsnb,cljxnb}" } ] }