vscode/extensions
Michael Lively 9225503c85
Support for pasting images into markdown notebook cells (#156847)
* dataflow support for updated metadata

* update cellAttachmentRenderer.ts to reflect metadata being a getter() inside MarkupCell

* document paste additions

* update condition to re-render cells, now includes metadata changes

* paste API working, debugging command added

* paste working with metadata. needs numbering, and cleaning upon delete

* paste screenshot works fully

* remove debugging command. Cleaning.

* notebook cells now re-render upon metadata changes

* changed name validity checking, remove unneeded function

* use _document for cell data, use snippet choice, dto fix

* return subscription, for loop, uri fix, alter metadata in-place, better snippet

* metadata fix, object.equals, fix cellAttRenderer metadata call

* added comment with source of encodeBase64

* gate mkdn image paste behind experimental setting
2022-08-08 13:57:49 -07:00
..
bat Update grammars 2021-05-04 13:42:19 +02:00
clojure Update grammars 2022-01-31 16:52:03 +01:00
coffeescript Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
configuration-editing Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
cpp Update grammars (#154099) 2022-07-05 09:53:51 +02:00
csharp Update grammars 2022-01-31 16:52:03 +01:00
css Update css grammar (#150724) 2022-05-30 17:42:17 +02:00
css-language-features Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
dart Update grammars 2022-05-02 11:20:10 +02:00
debug-auto-launch Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
debug-server-ready Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
diff Update grammars 2021-12-07 15:12:01 +01:00
docker Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
emmet Fix language-specific tab expansion and polish (#157035) 2022-08-03 16:31:19 -07:00
extension-editing Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
fsharp Update fsharp grammar (#152048) 2022-06-14 14:41:04 +02:00
git Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
git-base Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
github Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
github-authentication Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
go Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
groovy Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
grunt Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
gulp Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
handlebars Contribute to html language server with a custom language. (#146731) 2022-07-21 13:19:01 +02:00
hlsl Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
html Move more update-grammar scripts to mjs 2022-03-01 17:28:57 -08:00
html-language-features Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
image-preview Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
ini Add syntax highlighting for .env files without extensions (#155298) 2022-07-15 12:24:40 +00:00
ipynb Support for pasting images into markdown notebook cells (#156847) 2022-08-08 13:57:49 -07:00
jake Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
java Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
javascript Update grammars (#151383) 2022-06-07 09:37:14 -07:00
json json indent pattern: handle escape characters (#152475) 2022-06-17 14:31:03 +00:00
json-language-features Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
julia Update grammars 2022-03-07 15:18:39 +01:00
latex Update grammars (#154099) 2022-07-05 09:53:51 +02:00
less Removes g flag from wordPatterns. 2021-05-31 19:47:57 +02:00
log Update grammars (#154099) 2022-07-05 09:53:51 +02:00
lua Update grammars 2022-03-29 11:11:11 +02:00
make Update make grammar (#154789) 2022-07-11 12:14:40 +02:00
markdown-basics Pick up new md grammar (#156844) 2022-08-01 17:13:55 -07:00
markdown-language-features Apply editor-font-family to all code in notebooks (#157554) 2022-08-08 20:59:16 +02:00
markdown-math Switch extensions to 1DS (#154299) 2022-07-06 17:18:41 -07:00
merge-conflict Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
microsoft-authentication Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
notebook-renderers Clean up HtmlRenderingHook (#154961) 2022-07-12 11:27:47 -07:00
npm Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
objective-c Update C grammar locations (#151733) 2022-06-10 13:55:11 +00:00
perl Update grammars 2021-08-10 17:06:42 +02:00
php Bump php grammar, fix #142824, fix #116103 (#150067) 2022-05-21 00:18:25 +00:00
php-language-features Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
powershell Delete built-in PowerShell snippets 2022-03-31 11:41:06 -07:00
pug Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
python Fixes #143953: Remove no longer necessary extensionKind 2022-02-25 11:51:07 +01:00
r Update grammars 2022-03-07 15:18:39 +01:00
razor .razor file should have default Language Mode of razor. Fixes #141756 2022-02-10 14:42:03 +01:00
references-view Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
restructuredtext Update grammars 2022-03-29 11:11:11 +02:00
ruby Add pattern matching 'in' 2021-04-22 09:29:46 -04:00
rust Update grammars 2021-06-11 10:11:40 +02:00
scss Add onEnterRule for SassDoc documentation (fix #150598) (#150599) 2022-05-30 15:43:12 +02:00
search-result auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
shaderlab Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
shellscript Update shellscript grammar and add new test 2022-04-12 16:49:52 +02:00
simple-browser Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
sql Update grammars (#154099) 2022-07-05 09:53:51 +02:00
swift Update Swift grammar 2022-03-15 11:05:34 +01:00
theme-abyss Pick up new md grammar (#156844) 2022-08-01 17:13:55 -07:00
theme-defaults Pick up new md grammar (#156844) 2022-08-01 17:13:55 -07:00
theme-kimbie-dark Pick up new md grammar (#156844) 2022-08-01 17:13:55 -07:00
theme-monokai Pick up new md grammar (#156844) 2022-08-01 17:13:55 -07:00
theme-monokai-dimmed [themes] monokai Dimmed theme issue. Fixes #80704 2022-01-19 22:14:42 +01:00
theme-quietlight Pick up new md grammar (#156844) 2022-08-01 17:13:55 -07:00
theme-red Pick up new md grammar (#156844) 2022-08-01 17:13:55 -07:00
theme-seti theme-seti icon Laravel .blade.php lose php icon when installing blade related extension (#156204) 2022-07-25 16:35:30 -04:00
theme-solarized-dark Pick up new md grammar (#156844) 2022-08-01 17:13:55 -07:00
theme-solarized-light Pick up new md grammar (#156844) 2022-08-01 17:13:55 -07:00
theme-tomorrow-night-blue Pick up new md grammar (#156844) 2022-08-01 17:13:55 -07:00
types
typescript-basics Add support for angle bracket matching and colorization in Typescript 2022-06-29 01:59:31 +08:00
typescript-language-features Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02:00
vb add vba to extensions in the vb extension so that language detection works 2021-07-28 14:23:34 -07:00
vscode-api-tests Fix notebook execution test failures (#157290) 2022-08-05 11:07:20 -07:00
vscode-colorize-tests Add Makefile tests for upgraded grammar: comma, comment, shebang (#154625) 2022-07-12 13:11:36 +02:00
vscode-notebook-tests Remove notebook editor decoration type (#151574) 2022-06-13 13:51:10 -07:00
vscode-test-resolver auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
xml fix word range in XML. For #149318 2022-05-13 10:22:33 +02:00
yaml Add .cff to the recognized YAML file extensions (#131323) 2021-09-06 14:33:29 +02:00
cgmanifest.json
package.json Pick up TS 4.8 for JS/TS extension (#156828) 2022-08-01 13:59:07 -07:00
postinstall.mjs Migrate postinstall script to use modules 2022-02-28 16:38:11 -08:00
shared.webpack.config.js Enable translations for extension code for the web (#155355) 2022-08-08 09:11:16 -07:00
tsconfig.base.json no modern JavaScript for us 2021-07-16 17:34:00 +02:00
yarn.lock Pick up TS 4.8 for JS/TS extension (#156828) 2022-08-01 13:59:07 -07:00