DEV Community

Alican Kılıç
Alican Kılıç

Posted on

3 1

Vscode My plugins


  "name": "My-plugıns",
  "displayName": "My-plugıns",
  "description": "My-plugıns",
  "version": "1.21.0",
  "publisher": "Alicannklc",
  "preview": true,
  "readme": "README.md",
  "engines": {
    "vscode": "^1.22.0"
  },
  "categories": [
    "Extension Packs"
  ],
  "author": {
    "email": "alicannklc.com",
    "name": "Alıcan Kılıç",
    "url": "https://github.com/alicannklc"
  },
  "extensionDependencies": [
    "aaronphy.scss-scan"
  ]
}
Enter fullscreen mode Exit fullscreen mode

vscodemyplugin


"extensionDependencies": [

"dbaeumer.vscode-eslint",

]

}
Enter fullscreen mode Exit fullscreen mode

New plugin

enter image description here


"extensionDependencies": [

"dbaeumer.vscode-eslint",
"ms-vscode.Go"

]

}
Enter fullscreen mode Exit fullscreen mode

New plugin

enter image description here


"extensionDependencies": [

"dbaeumer.vscode-eslint",
"ms-vscode.Go",
"ms-python.python"
]

}
Enter fullscreen mode Exit fullscreen mode

Editing to .vcode/extensions new folder dir.

Thanks you for reading.

Happy coding.

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more