Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

164
Views
How do I extend other vscode-extensions?

I'm making vscode-extensions. I wanna use existing extensions.

On debugging, the exception has appeared as bellow.

Cannot activate the <my_extension_name> extension because it depends on the 'Custom CSS and JS Loader' extension, which is not loaded. Would you like to reload the window to load the extension?

A part of my src/extension.ts

const cssExt = vscode.extensions.getExtension('be5invis.vscode-custom-css');

A part of my package.json
Maybe this part throws the exception.

  "dependencies": {
    "vscode-custom-css": "github:be5invis/vscode-custom-css"
  },
  "extensionDependencies": [
    "be5invis.vscode-custom-css"
  ]

Thank you.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!