Skip to content

Commit 456119e

Browse files
committed
fix: remove decorations configuration
1 parent f53e768 commit 456119e

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

package.json

-6
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,6 @@
162162
"description": "Whether to enable automatic links synchronization and rename action in the editor. Reload required!",
163163
"type": "boolean"
164164
},
165-
"memo.decorations.enabled": {
166-
"default": true,
167-
"scope": "resource",
168-
"description": "Whether to enable syntax decorations for links in the editor. Reload required!",
169-
"type": "boolean"
170-
},
171165
"memo.markdownPreview.enabled": {
172166
"default": true,
173167
"scope": "resource",

src/utils/utils.ts

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ export function getConfigProperty<T>(property: string, fallback: T): T {
151151
}
152152

153153
export type MemoBoolConfigProp =
154-
| 'decorations.enabled'
155154
| 'links.completion.enabled'
156155
| 'links.following.enabled'
157156
| 'links.preview.enabled'

0 commit comments

Comments
 (0)