Граф коммитов

1292 Коммитов

Автор SHA1 Сообщение Дата
Stephen Weatherford 83e6b1a85c onCommand:dotnet.ensureDotnetDependencies 2019-08-08 14:27:59 -07:00
N. Taylor Mullen 7100e3f01b
Stop removing package.lock.json 2019-07-31 09:56:56 -07:00
Carlos 4e87c2bd46 Modify build and push package-lock for audits 2019-07-30 19:14:57 -07:00
N. Taylor Mullen 74d64d6ab1
Update README.md 2019-07-29 10:34:39 -07:00
Stephen Weatherford d1084c0f4e Fix issue when install path contains a space 2019-06-10 18:26:54 -07:00
N. Taylor Mullen 66bdc475ee Perform partial uninstalls on failed download. 2019-05-23 22:24:41 -07:00
N. Taylor Mullen 5818472a75 Add support for concurrent dotnet downloads.
- Also added a concurrent download command to the sample
2019-05-22 22:18:17 -07:00
N. Taylor Mullen b6b16d5f53 Don't require build version for dotnet acquisition.
- This allows the acquisition extension to request 2.2, 2.1, 2.0, 1.1 and 1.0 at which point those versions will be lifted up to their  "latest" equivalent.
2019-05-22 19:52:18 -07:00
N. Taylor Mullen f5ae00b095 Change acquisition worker to use global storage and state. 2019-05-12 19:06:39 -07:00
N. Taylor Mullen d37513361d Add Linux Pre-requisite installation prompts. 2019-05-08 22:32:06 -07:00
N. Taylor Mullen e82a608a8d Add ability to open repo in a remote container. 2019-05-08 22:31:44 -07:00
N. Taylor Mullen b9c69031a7 Update build scripts 2019-05-07 20:38:49 -07:00
N. Taylor Mullen 4210d90741 Update build script 2019-05-07 20:34:39 -07:00
N. Taylor Mullen 504b5096e7 Update build script 2019-05-07 20:30:20 -07:00
N. Taylor Mullen e6eea12045 Lay build groundwork out. 2019-05-07 19:54:37 -07:00
N. Taylor Mullen 764db07150 Update package.json's 2019-05-07 19:26:22 -07:00
N. Taylor Mullen 0b51e83db3 Add clean commands to package.json 2019-05-07 19:21:52 -07:00
N. Taylor Mullen f9a33d19e0 Update .gitignore to ignore dist folders. 2019-05-07 19:06:15 -07:00
N. Taylor Mullen 10a74b7c00 Remove dist folder. 2019-05-07 19:05:09 -07:00
N. Taylor Mullen 1047c9616e Update tslint and tsconfigs 2019-05-07 19:03:13 -07:00
N. Taylor Mullen 1564daffb0 Remove hello world pdb 2019-05-07 18:20:05 -07:00
N. Taylor Mullen aaaec696c2 Make sample work with a published console application. 2019-05-07 18:19:12 -07:00
N. Taylor Mullen 972255686e Split into 3 projects.
- We now have a library, an extension and a sample.
- The library is the core of all logic dotnet core acquisition related.
- The extension is the actual VSCode extension that is shipped but acts like a shell to host the logic from the library.
- The sample acts as a dependent extension that needs .NET Core tooling
2019-05-07 17:22:59 -07:00
N. Taylor Mullen 2c02d80672 More renames/organizations 2019-05-07 15:43:09 -07:00
N. Taylor Mullen 80d0b464c0 Create subfolders 2019-05-07 15:37:35 -07:00
N. Taylor Mullen f746531739 Update package.json. 2019-05-07 15:34:26 -07:00
N. Taylor Mullen 49df10fef9 Handle cases where a user nukes .dotnet directory. 2019-05-07 15:29:59 -07:00
N. Taylor Mullen 07a479ad75 Handle concurrent acquisition requests. 2019-05-07 14:48:33 -07:00
N. Taylor Mullen f9c380b2e4 Allow user input for the .NET Core version 2019-05-07 14:48:02 -07:00
N. Taylor Mullen fc6e1a62a7 Allow the acquisition started event to provide the version. 2019-05-07 14:47:49 -07:00
N. Taylor Mullen 3056f047b1 Add progress indicators to the output channel. 2019-05-07 14:47:28 -07:00
N. Taylor Mullen 769d8e679a Only install Runtime dotnet & be smart about already installed versions. 2019-05-07 13:38:42 -07:00
N. Taylor Mullen 6ace31b15c Update executableness via git of dotnet-install.sh 2019-05-07 09:51:52 -07:00
NTaylorMullen 774024352a Display dotnet path on acquisition completed. 2019-05-05 09:55:44 -07:00
NTaylorMullen bf897db842 Removed boot from the potential commands and instead return the dotnet path.
- Also added the ability to click the status bar to show the output channel.
2019-05-05 00:08:18 -07:00
NTaylorMullen b4b7949b15 Add status bar and output channel for acquisition. 2019-05-04 23:06:18 -07:00
NTaylorMullen b97ec99818 .gitignore fix 2019-05-04 12:46:28 -07:00
NTaylorMullen eb86387f0c Add logging and expand dotnet acquisition worker. 2019-05-04 12:45:42 -07:00
N. Taylor Mullen 9ee16399b1 Add executable permissions to dotnet-install.sh 2019-04-24 11:22:52 -07:00
N. Taylor Mullen 7e7c305b99 Expand on platform specific scripts. 2019-04-24 11:02:09 -07:00
N. Taylor Mullen f936f5d769 Add VSCode dev assets.
- This enables things like doing F5 -> launch experimental instance.
2019-04-23 19:40:27 -07:00
N. Taylor Mullen 24cec8c5dd Add initial extension content.
- This content includes the "Hello World" VSCode extension, `.gitignore`, `.gitattributes`, a `LICENSE.txt` and a `README.md`
2019-04-23 19:30:55 -07:00