mysql / mysql/mysql-shell-plugins

Cannot find name 'mrs'.

Open
#55 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
96
Forks
22
PR merge metrics
No merged PRs in 30d

Description

HI,

Newbie alert! I did what was asked by adding the "extra paths" to my settings.json file (please see below). I also tried installing with git in my native Windows machine with no luck. It seems that I'm missing something in relation to the set up of plugins in general; lord knows that I've been through the documentation - ugh... Is there documentation on the prerequisites? I'm not a python developer and simply want to perform the install.

Thank You!

updated settings.json

{
    "files.autoSave": "afterDelay",
    "terminal.integrated.defaultProfile.windows": "Command Prompt",
    "extensions.ignoreRecommendations": true,
    "editor.accessibilitySupport": "off",
    "git.enableSmartCommit": true,
    "security.workspace.trust.untrustedFiles": "open",
    "javascript.updateImportsOnFileMove.enabled": "always",
    "workbench.startupEditor": "none",
    "aws.suppressPrompts": {
        "codeWhispererNewWelcomeMessage": true,
        "codeWhispererConnectionExpired": true
    },
    "editor.stickyScroll.enabled": false,
    "msg.editor.defaultDbConnection": "localhost",
    "terminal.integrated.enableMultiLinePasteWarning": false,

    "python.analysis.extraPaths": [
        "/usr/local/mysql-shell/lib/mysqlsh/python-packages/",
        "${workspaceFolder}\\plugins\\rds_plugin",
        "/usr/local/mysql-shell/lib/mysqlsh/lib/python3.9/site-packages"
    ],
    "python.autoComplete.extraPaths": [
        "/usr/local/mysql-shell/lib/mysqlsh/python-packages/",
        "/usr/local/mysql-shell/lib/mysqlsh/lib/python3.9/site-packages",
        "${workspaceFolder}\\plugins\\rds_plugin"
    ]

}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the reported settings.json extraPaths and the documented plugin installation process, focusing on native Windows prerequisites. Reproduce the “Cannot find name 'mrs'” setup if possible and identify what documentation is missing. Done means the prerequisites and installation steps are clear for users who are not Python developers.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, vscode
Domain
developer-experience, documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.