Skip to content

Commit

Permalink
Disable notebook support for normal Clojure files
Browse files Browse the repository at this point in the history
This is a work-around because currently Live Share causes
clojure files to always be opened as notebooks.

See:

#1850
  • Loading branch information
svdo committed Jan 25, 2023
1 parent 4e05952 commit d6eb9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2835,7 +2835,7 @@
"priority": "option",
"selector": [
{
"filenamePattern": "*.{clj,cljc,cljs,cljx}"
"filenamePattern": "*.{cljnb,cljcnb,cljsnb,cljxnb}"
}
]
}
Expand Down

0 comments on commit d6eb9e9

Please sign in to comment.