Thanks to visit codestin.com
Credit goes to github.com

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

Conversation

@JoeRobich
Copy link
Member

No description provided.


- 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.

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.

2 participants