Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-18fix layering rules in workbench servicesBenjamin Pasero
2017-09-12remove allow-async tslint ruleJoao
2017-08-14Move extension service code to vs/workbench/services/extensionsAlex Dima
2017-07-19stricter layering rulesBenjamin Pasero
2017-07-03debt - move workbench.main into workbench folderBenjamin Pasero
2017-06-26Merge pull request #29034 from felixfbecker/throw-errorsJohannes Rieken
2017-06-26Restore mocha --browserAlex Dima
2017-06-26Add no-string-throw to TSLintFelix Becker
2017-06-20Remove unnecessary codeAlex Dima
2017-06-20tslint for smoke testsBenjamin Pasero
2017-06-20Prevent additional layer breakers, enforce ts lint import rules in /platform/...Alex Dima
2017-06-20more tslint rulesBenjamin Pasero
2017-06-20Move standalone editor quick open to vs/editor/standaloneAlex Dima
2017-06-20Move most of the standalone editor specific code to vs/editor/standaloneAlex Dima
2017-06-20Move standalone editor specific code to vs/editor/standaloneAlex Dima
2017-06-20fix buildBenjamin Pasero
2017-06-20more tslint layering rulesBenjamin Pasero
2017-06-19tslint rule tweaks for workbenchBenjamin Pasero
2017-06-19Don't depend on editor/contrib from editor core testsAlex Dima
2017-06-19Delete unused codeAlex Dima
2017-06-19Do not depend on vs/workbench from editor testsAlex Dima
2017-06-19Don't depend on /contrib/ from editor's core sourcesAlex Dima
2017-06-19More layering clean-upAlex Dima
2017-06-19Rename vs/platform/platform to vs/platform/registry/common/platformAlex Dima
2017-06-19More TSLint import enforcementAlex Dima
2017-06-19TS Lint rules tweaksAlex Dima
2017-06-19TS Lint for platform/*/commonAlex Dima
2017-06-19Add tslint rules for editor/test/commonAlex Dima
2017-06-16Enforce more dependency rules via TS LintAlex Dima
2017-06-16Add tslint rules for vs/base/test/common and vs/base/test/browserAlex Dima
2017-06-16Fix and enforce layering rules in vs/base/browserAlex Dima
2017-06-16Better TS Lint import enforcement rules for vs/base and vs/editor/contribAlex Dima
2017-06-09Resolves #28336Michel Kaporin
2017-05-26Allowed async for smoke test folder.Michel Kaporin
2017-05-17Move tslint settings to tslint.jsonErich Gamma
2017-03-21:construction_worker: tslint: allow-async ruleJoao Moreno
2017-01-11update to tslint 4.0Erich Gamma
2016-11-11debt -remove workbench from configJohannes Rieken
2016-11-11debt - enable layering tslint ruleJohannes Rieken
2016-11-11better import-pattern configJohannes Rieken
2016-11-11enable import-pattern tslint ruleJohannes Rieken
2016-11-11enable duplicate imports tslint ruleJoao Moreno
2016-11-10tweak rule and config, #15293Johannes Rieken
2016-11-10add rule for bad node_module imports, #15293Johannes Rieken
2016-11-10debt - add lint rule to check for layering violations, #15293Johannes Rieken
2016-09-05fix tslint.jsonJoao Moreno
2016-02-18Port noUnexternalizedStringsRule to TS 1.8.0. Add support to detect duplicate...Dirk Baeumer
2016-02-17Removed some rules to make tslint happy with TS 1.8.0Dirk Baeumer
2016-02-04Enabled more tslint rulesErich Gamma
2016-01-21Enable no-unexternalized strings warning in tslintDirk Baeumer