waderyan / nodejs-extension-pack

MIT License
8 stars 13 forks source link

Remove npm extension #1

Open dinoboff opened 7 years ago

dinoboff commented 7 years ago

Remove npm extension now that VSC autodetect run-script tasks:

https://code.visualstudio.com/docs/editor/tasks#_task-autodetection

kenhowardpdx commented 7 years ago

Not every project you'll work on will use auto detection. You may need to run npm tasks but the project is configured for gulp tasks. The npm extension still has a place.

skadz commented 2 years ago

This extension has now been fully deprecated. Can it be removed now?

This extension is deprecated as it is no longer being maintained.

❗IMPORTANT: This extension has been deprecated. Support for running npm scripts is now provided by VS Code. You can run npm scripts as tasks using task auto detection or from the npm scripts explorer.

ismailmmd commented 2 years ago

PR Exists - https://github.com/waderyan/nodejs-extension-pack/pull/8

@waderyan Could you please 🙏 remove npm extention

yCodeTech commented 1 year ago

Remove the deprecated extension please.

paul-vd commented 1 year ago

image

ZeridosIT commented 1 year ago

Remove the package and add the other extension manually: ES Lint - Integrates ESLint into VS Code. JavaScript (ES6) Snippets - Adds code snippets for JavaScript development in ES6 syntax. Search node_modules - Quickly search for node modules in your project. NPM IntelliSense - Adds IntelliSense for npm modules in your code. Path IntelliSense - Autocompletes filenames in your code.

robtimus commented 1 year ago

VS Code now reports this plugin itself as deprecated, so indeed: remove it, and install the plugins separately.