From 7762533a62a17096b4ee339c3a5d92c6034a6419 Mon Sep 17 00:00:00 2001 From: eng-abdelrahman-sharaf Date: Thu, 19 Mar 2026 17:45:01 +0200 Subject: [PATCH] docs: remove incorrect configs from vscode readme this misleading instructions caused the problem discussed in https://stdlib.zulipchat.com/#narrow/channel/546735-dev-questions/topic/.E2.9C.94.20eslint.20errors.20in.20test.2Ejs.20files/with/580387664 --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- docs/editors/vscode/README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/docs/editors/vscode/README.md b/docs/editors/vscode/README.md index 2be31a9135da..b3d67b756d30 100644 --- a/docs/editors/vscode/README.md +++ b/docs/editors/vscode/README.md @@ -18,6 +18,8 @@ limitations under the License. --> + + # Visual Studio Code > A guide for using [Visual Studio Code][vscode] for project development. @@ -28,7 +30,7 @@ limitations under the License. Pre-built binaries are available for download on the Visual Studio Code [homepage][vscode]. -To use [Visual Studio Code][vscode] as a command-line utility, users on MacOS have to run a command to add the [Visual Studio Code][vscode] executable to the `PATH` environment variable (see the official [documentation][vscode-macos-setup]). +To use [Visual Studio Code][vscode] as a command-line utility, users on MacOS have to run a command to add the [Visual Studio Code][vscode] executable to the `PATH` environment variable (see the official [documentation][vscode-macos-setup]). To test the command-line utility, @@ -69,15 +71,7 @@ $ code . - [**Code Spell Checker**][vscode-spell-checker]: A simple source code spell checker. See the [official documentation][vscode-spell-checker-readme] for configuration options. -- [**ESLint**][vscode-eslint]: extension to integrate [eslint][eslint] into [Visual Studio Code][vscode]. Once installed, you need to configure the extension to use the project [ESLint][eslint] configuration files in your workspace settings. - - ```text - ... - "eslint.options": { - "configFile": "etc/eslint/.eslintrc.js" - } - ... - ``` +- [**ESLint**][vscode-eslint]: extension to integrate [eslint][eslint] into [Visual Studio Code][vscode]. - [**Path Intellisense**][vscode-path-intellisense]: extension that autocompletes filenames. @@ -113,7 +107,7 @@ $ code . { "text": "TODO:", "color": "darkred", - "backgroundColor": "rgba(0,0,0,.2)", + "backgroundColor": "rgba(0,0,0,.2)", "isWholeLine": true }, {