From 8c6caab9591dcd57331588378848318afa8b6f40 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 55340976e..b70abd4f9 100644 --- a/package.json +++ b/package.json @@ -2835,7 +2835,7 @@ "priority": "option", "selector": [ { - "filenamePattern": "*.{clj,cljc,cljs,cljx}" + "filenamePattern": "*.{cljnb,cljcnb,cljsnb,cljxnb}" } ] }