MAKE integration in Visual Studio Code
Перейти к файлу
Andreea Isac 65a7a01428
Better logging and telemetry of configure subphases (#56)
2020-09-29 15:16:55 -07:00
.github/workflows Update main.yml 2020-09-03 16:33:30 -07:00
.vscode Initial refactoring around configuring IntelliSense, build/launch targets (#34) 2020-08-17 09:29:14 -07:00
res Fixing a few bugs encountered while testing (#39) 2020-09-04 01:41:32 -07:00
src Better logging and telemetry of configure subphases (#56) 2020-09-29 15:16:55 -07:00
.gitignore Removing unneeded files and cleaning up the packaging recipe (#55) 2020-09-18 01:28:06 -07:00
.vscodeignore Removing unneeded files and cleaning up the packaging recipe (#55) 2020-09-18 01:28:06 -07:00
CHANGELOG.md Create makefile tools skeleton with the vscode extension wizard. 2019-06-20 12:40:13 -07:00
LICENSE.txt Address more linting warnings, fix few bugs caused by latest changes, implemented more code review feedback. There was time only for brief testing, not with the large code bases used for the previous commits (no vim, nodejs nor linux kernel). 2019-08-28 02:43:12 -07:00
README.md Remove boilerplate from README 2020-09-11 15:27:40 -07:00
package.json Caching improvement. Partial coverage of work item 50 (#54) 2020-09-28 17:12:24 -07:00
tsconfig.json Address more linting warnings, fix few bugs caused by latest changes, implemented more code review feedback. There was time only for brief testing, not with the large code bases used for the previous commits (no vim, nodejs nor linux kernel). 2019-08-28 02:43:12 -07:00
tslint.json Fix lint warnings, another round of formatting, one bug fix (parser.ts, parse switch helpers, : is needed for a switch path value and = is needed for a switch define value). Few more link warnings and code review feedback and suggestions left. 2019-08-27 15:21:05 -07:00
yarn.lock Initial refactoring around configuring IntelliSense, build/launch targets (#34) 2020-08-17 09:29:14 -07:00

README.md

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.