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
2022-07-07Remove app insights (#154296)Logan Ramos
2022-07-05Add a setting to enable `sandbox: true` for windows (#154062)Benjamin Pasero
2022-06-171DS appender for the web (#152489)Logan Ramos
2022-06-17Adopt the same export patterns in `vs/css` as in `vs/nls` and bring over test...Alexandru Dima
2022-06-16Bring the nls loader plugin into our sources (#152338)Alexandru Dima
2022-06-16Refactor location of web app insights appender (#152358)Logan Ramos
2022-06-15Bring the css loader plugin into our sources (#152205)Alexandru Dima
2022-06-13Bring back 1DS SDK (#151810)Logan Ramos
2022-06-10Revert "Initial adoption of 1DS Sdk (#151531)"Daniel Imms
2022-06-10Initial adoption of 1DS Sdk (#151531)Logan Ramos
2022-06-09split manual work into managable chunks and (again) disable const-destructuri...Johannes
2022-06-08use `prefer-const` default configJohannes
2022-06-08prefer-const, ignore mixed destructuring statements for nowJohannes
2022-06-08add `prefer-const` lint ruleJohannes
2022-05-16wip: policyJoão Moreno
2022-03-22add eslint rule to disallow look behind regex feature, ignore in git and mark...Johannes
2022-03-18Drop into text editor api proposal (#143334)Matt Bierner
2022-02-12Fix commentMatt Bierner
2022-02-10Use 'vscode-notebook-renderer' types for our webview prelaodsMatt Bierner
2022-02-03Enforce import rule to avoid new imports (#141921)Alex Dima
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-02-02make sure to use `.eslintignore` when running `yarn eslint`, this will ensure...Johannes Rieken
2022-02-01Disallow importing `workbench/api` in `workbench/services` (fixes #141003)Alex Dima
2022-01-26Remove no longer necessary rule (#140989)Alex Dima
2022-01-25Avoid `*` and spell out all allowed node modules to have squiggles when impor...Alex Dima
2022-01-25Move common imports to `.eslintrc.json`Alex Dima
2022-01-24Rename `workbench.web.api.*` to `workbench.web.main.*` (#141263)Benjamin Pasero
2022-01-22welcome - introduce dedicated top level folders (#141138)Benjamin Pasero
2022-01-21Merge branch 'main' into ben/web-api-layersBenjamin Pasero
2022-01-21Add explicit layers for editor contributions (fixes #140995)Alex Dima
2022-01-21web - update layer rulesBenjamin Pasero
2022-01-21web - remove `workbench.web.main`Benjamin Pasero
2022-01-20Move server code to `vs/server/node`Alex Dima
2022-01-20Add tests for `parseConnectionToken`Alex Dima
2022-01-20Merge remote-tracking branch 'origin/main' into alex/issue-140997Alex Dima
2022-01-20Remove no longer needed exceptions (#140993)Alex Dima
2022-01-20Add rules for server entry pointsAlex Dima
2022-01-19fix #140992.rebornix
2022-01-18Add `/~` as a layer template, adopt it, simplify and align code import rules ...Alex Dima
2022-01-18For each target, allow importing itselfAlex Dima
2022-01-17Avoid leading `**`Alex Dima
2022-01-17Ensure all files are covered by `code-import-patterns` (fixes #140857)Alex Dima
2022-01-17Move `defaultWorkerFactory.ts` to `/browser/` (#140857)Alex Dima
2022-01-17Add rules for some missing folders (#140857)Alex Dima
2022-01-15:up: `playwright@1.18` (#140767)Benjamin Pasero
2022-01-14debt - rename `iconv-lite-umd` package (#140650)Benjamin Pasero
2022-01-12Revert "Add timestamps to comments proposal (#139849)"Alex Ross
2022-01-12Add timestamps to comments proposal (#139849)Alex Ross
2022-01-11Remove delimiter rule since it causes lots of build failuresDirk Baeumer
2022-01-11Fixes #140391: Missing semicolonDirk Baeumer