🔧 vscode-nyxiThe vscode-nyxi extension provides a set of commands that can be accessed through the command palette in Visual Studio Code. These commands allow you to perform various package management tasks using the functionality of the @nyxb/nyxi package. 📥 InstallationTo use the vscode-nyxi extension, follow these steps:
💻 UsageOnce the extension is installed, you can access its commands through the Visual Studio Code command palette. Press 🛠️ Commands
📜 MenusThe vscode-nyxi extension also adds menu items to the explorer and editor context menus for easier access to its commands. You can find these menu items under the "Nyxi" or "Nyxi Commands" group. ⚙️ ConfigurationThe vscode-nyxi extension automatically detects the package manager being used in your project based on the presence of a lockfile ( ℹ️ How it worksThe vscode-nyxi extension leverages the functionality provided by the @nyxb/nyxi package to execute the package manager commands directly within Visual Studio Code. It intelligently determines the appropriate package manager based on your project's lockfile and executes the corresponding commands when you invoke the commands from the command palette or the context menus. By using the vscode-nyxi extension, you can seamlessly manage your project's dependencies, run scripts, upgrade packages, and perform other package management tasks without leaving the Visual Studio Code environment. The Install [nyxi] command ensures that the project dependencies are installed using the correct package manager for your project. |