Skip to content

Commit

Permalink
chore(editor): update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored and ochafik committed Dec 31, 2024
1 parent 6a9529a commit 7ffedcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"chroma-js": "^3.1.2",
"debug": "^4.4.0",
"jszip": "^3.10.1",
"monaco-editor": "^0.36.1",
"monaco-editor": "^0.52.2",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primereact": "^10.8.5",
Expand Down
2 changes: 1 addition & 1 deletion src/language/openscad-editor-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ export default {
preview: true,
},
codeLens: true,
wordBasedSuggestions: false,
wordBasedSuggestions: "off",
} as monaco.editor.IStandaloneEditorConstructionOptions;

0 comments on commit 7ffedcc

Please sign in to comment.