Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find name 'mrs'. #55

Open
norpactech opened this issue Jun 18, 2024 · 0 comments
Open

Cannot find name 'mrs'. #55

norpactech opened this issue Jun 18, 2024 · 0 comments

Comments

@norpactech
Copy link

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"
    ]

}
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

No branches or pull requests

1 participant