Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Remove unused dependencies #59

Merged
merged 3 commits into from
Apr 1, 2022
Merged

Remove unused dependencies #59

merged 3 commits into from
Apr 1, 2022

Conversation

JoeRobich
Copy link
Member

No description provided.

@@ -13,21 +13,21 @@ jobs:
displayName: 'Install Node.js'

- script: |
npm install
npm ci
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use CI instead of install so that packages are installed based on the package-lock ensuring the expected package version and sources are used.

"vscode-tas-client": "^0.1.17",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
"@types/node": "17.0.23",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use exact versions so that we have better control over which package we are restoring and using. Also removed unused webpack loaders.

@@ -4,7 +4,7 @@
import * as vscode from "vscode";
import * as path from "path";

export async function dotnetGettingStartedCmdHandler(context: vscode.ExtensionContext, operationId: string, tabId?: string) {
export async function dotnetGettingStartedCmdHandler(context: vscode.ExtensionContext) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unused parameters to fix linting violation.

@JoeRobich JoeRobich requested a review from brettfo March 30, 2022 23:49
@JoeRobich JoeRobich merged commit b58ffba into main Apr 1, 2022
@JoeRobich JoeRobich deleted the dependency-cleanup branch April 21, 2022 22:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant