Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>importer-msNew to Visual Studio Code? Get it now.
importer-ms

importer-ms

Saneksa

|
541 installs
| (3) | Free
Fixes the problem of adding a company prefix to the path
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

importer-monorep-submodules README

Fixes the problem of adding a company prefix to the path


Using

// *.code-workspace
{
  "importer.view.defaultPrefixPath": "@test",
  "importer.view.matchingPrefixToPath": {
    "@testing": "libs/base",
    "@test": "packages"
  },
  "importer.view.checkingDirNames": ["packages", "libs"],
  "importer.view.excludePathsAutoFix": ["packages/test"],
  "importer.view.relativeImportDepth": 2
}

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft