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
2020-05-22Fix spelling in snippets.contribution.tsPaul
2020-05-11:ltipstick: make IdleValue#value a getterJohannes Rieken
2020-05-04debt - don't send data that's not needed, make resolve a function not a propertyJohannes Rieken
2020-05-04debt - use more native es6, less polyfil utilsJohannes Rieken
2020-04-08Fix QuickInput result types (fixes #91877)Christof Marti
2020-04-07Use markdown for snippet.body descriptionMatt Bierner
2020-03-19#86678 define snippets home property in env serviceSandeep Somavarapu
2020-03-04fix #91427Johannes Rieken
2020-03-04prep for https://github.com/microsoft/vscode/issues/91427Johannes Rieken
2020-03-03es6 - replace some usages of values/keys utils with destructuringJohannes Rieken
2020-02-22Avoid using TextModel.createFromStringAlex Dima
2020-02-18files - rename events to follow conventionsBenjamin Pasero
2020-02-11ux tweaks: only have show more / less when there is a good chance of details,...Johannes Rieken
2020-01-29fix #89507Johannes Rieken
2020-01-21Fix testsPine Wu
2020-01-21Fix snippet completion provider errorPine Wu
2020-01-21Adopt snippet for #39441Pine Wu
2020-01-17Merge remote-tracking branch 'origin/master' into pine/alwaysShowInlineDetailsPine Wu
2020-01-14Revert isDetailsResolved and implement CompletionItemLabelPine Wu
2020-01-14:lipstick:Alexandru Dima
2020-01-09adopt isDetailsResolved for snippets, #39441Johannes Rieken
2019-12-07Fixes #86386jeanp413
2019-11-16:lipstick:jeanp413
2019-11-15Adopt insert & replace in snippet provider.jeanp413
2019-10-30Load extension resources using IExtensionResourceLoaderServiceAlexandru Dima
2019-10-25adopt json.ParseOptions.allowEmptyContent and getNodeTypeMartin Aeschlimann
2019-10-22implement API proposalJohannes Rieken
2019-10-17Register editor contributions with their ID (#82603)Alexandru Dima
2019-10-08Marking a bunch of static variables as readonlyMatt Bierner
2019-09-20rename allowTrailingsCommas -> allowTrailingCommasMartin Aeschlimann
2019-09-05Convert more editor optionsAlex Dima
2019-08-30change type of _serviceBrand from `any` to `undefined`, #79918Johannes Rieken
2019-08-29trailing commas only for setting filesMartin Aeschlimann
2019-08-16fix error when dismissing snippets pickerJohannes Rieken
2019-07-31add a bunch of strict field initializationsJohannes Rieken
2019-07-11use async clipboard when running 'insert snippet', #76847Johannes Rieken
2019-07-10:lipstick:Johannes Rieken
2019-07-10debt - remove duplicated codeJohannes Rieken
2019-07-10know when a snippet needs clipboard access, #76847Johannes Rieken
2019-07-08prep-work for #76847Johannes Rieken
2019-07-04make user data provider a full fledged filesystem providerSandeep Somavarapu
2019-07-04adopt user roaming data for snippets, locale and keyboard mapperSandeep Somavarapu
2019-07-01Merge pull request #76294 from microsoft/joh/suggest-explainJohannes Rieken
2019-07-01use keybinding instead of setting, show provider name (iff possible)Johannes Rieken
2019-06-28dispo debtJohannes Rieken
2019-06-28fix #75245Johannes Rieken
2019-06-11Merge branch 'master' into sandy081/globalActivitySandeep Somavarapu
2019-06-11Use MutableDisposable in a few more placesMatt Bierner
2019-06-11Use menu registry for global activity actionsSandeep Somavarapu
2019-06-11use URI for appSettingsHomeSandeep Somavarapu