Almenon / Almenon/AREPL-vscode

Disable auto-closing of brackets

オープン
#7 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement help wanted low priority
主要言語
TypeScript
スター
301
フォーク
46
PR マージ指標
30日以内にマージされた PR はありません

説明

This is very useful in preventing early execution of the program.

> "editor.autoClosingBrackets": false,

most specific setting env is for all python files :/

https://code.visualstudio.com/docs/getstarted/settings#_language-specific-editor-settings

next thing on the roadmap is settings per file type but even that is not specific enough

but i could just put editor setting back in whenever user switches docs

```typescript
const config = workspace.getConfiguration('launch', vscode.window.activeTextEditor.document.uri);
oldBracketComplete = config.get('configName')
values.update('configName',value, true) //true for global
// on switch update config with old BracketComplete
// and on dispose update as well
```

Please comment or +1 if you want this feature

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。