56b1833309
* switch from public to intl * Dont wait for eslint to package * Try to install eslint global * Remove rimraf from gitignore, it doesnt make sense why its there? this shouldnt make any folder called rimraf * add rimraf globally * Dont install -g as -g doesnt work on eslint /shrug * Try installing -g and -l for separate components * use save-dev * Call npx to run eslint local as global since global cant resolve local packages well * Tell NPX to use eslint that supports TS * Move Lint and Upstream Verification onto OSX This will make it faster since more of those agents are available and also free up more of the high demand windows agents that are needed to run the windows leg. * Fix build * Leverage npm ci to lock the version This is to hopefully prevent E401 from trying to update new versions onto the base from an unauth'd machine * Remove batch true This is so multiple commits can run PRs at the same time. This has been turned on for a long time and I'm not sure why it was. Thank you @miyanni for helping figure this out, it was a weird an unexpected thing to dig through from the initial problem set. |
||
---|---|---|
.. | ||
.vscode | ||
images | ||
src | ||
.npmrc | ||
CHANGELOG.md | ||
README.md | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
README.md
.NET SDK Install Tool
This VSCode extension allows acquisition of a local copy of the .NET SDK. While originally developed and intended to be used as part of the .NET Coding Pack, this extension can be used by other extensions like C# DevKit, Polyglot Notebooks, and others to ensure that a .NET SDK is available on the user's machine. This can be useful when another extension needs to make use of the .NET Toolchain to compile or run code.
Note: .NET SDKs installed with this extension are unique per-calling-extension, and will not be installed system-wide. This means they will not be usable from outside of the VS Code editor.
.NET Foundation
.NET for VSCode is a .NET Foundation project.
See the .NET home repo to find other .NET-related projects.
License
.NET Core (including this repo) is licensed under the MIT license.
Telemetry Notice
Please note that this extension collects telemetry by default and aims to follow the VS Code Telemetry Policy. You may disable this telemetry in the extension settings.