Skip to content

Remove editor settings from settings menu items for future implementation#542

Open
stijnpotters1 wants to merge 1 commit into
masterfrom
fix/archive-editor-settings
Open

Remove editor settings from settings menu items for future implementation#542
stijnpotters1 wants to merge 1 commit into
masterfrom
fix/archive-editor-settings

Conversation

@stijnpotters1
Copy link
Copy Markdown
Contributor

No description provided.

@stijnpotters1 stijnpotters1 self-assigned this Jun 3, 2026
@stijnpotters1 stijnpotters1 linked an issue Jun 3, 2026 that may be closed by this pull request
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jun 3, 2026

Comment on lines +61 to +68
// editor: {
// index: 'editor',
// data: {
// title: 'Editor',
// description: 'Editor settings',
// icon: CodeIcon,
// },
// },
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// editor: {
// index: 'editor',
// data: {
// title: 'Editor',
// description: 'Editor settings',
// icon: CodeIcon,
// },
// },
/*editor: {
index: 'editor',
data: {
title: 'Editor',
description: 'Editor settings',
icon: CodeIcon,
},
},*/

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any linter rules on this?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should configure this rule in all our projects?
https://eslint.org/docs/latest/rules/multiline-comment-style

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No editor settings results in error

3 participants