Commit graph

86121 commits

Author SHA1 Message Date
Benjamin Pasero 9a3c8e7434
notebooks - use resolver for untitled factory 2021-08-06 09:19:24 +02:00
Henning Dieterichs 8d7d188922
Update commands.json
Fixes typo.
2021-08-06 09:16:40 +02:00
deepak1556 00f1abfd3a chore: bump electron@13.1.8
Fixes https://github.com/microsoft/vscode/issues/129117
2021-08-06 00:08:15 -07:00
deepak1556 d49d7e7fe1 chore: harder checks around universal build creation 2021-08-05 23:55:06 -07:00
Benjamin Pasero 93a3fdfc3a
notebooks - adopt untitled support in resolving for main thread documents 2021-08-06 08:45:07 +02:00
Benjamin Pasero 108706fe38
notebook - wire in file path association down to model 2021-08-06 08:44:15 +02:00
Benjamin Pasero 13ffb09f79
notebook - make resolver fit to for untitled resources 2021-08-06 08:41:41 +02:00
Benjamin Pasero f68d4571b6
notebook - saveAs should not ask for file path if model has associated file path 2021-08-06 08:33:19 +02:00
Benjamin Pasero 7a8b42f0e0
document IUntitledTextResourceEditorInput better 2021-08-06 08:30:27 +02:00
Benjamin Pasero ed3cf12149
editor resolver - allow input factories to return a Promise 2021-08-06 08:30:07 +02:00
deepak1556 49af1cbe00 fix: native module bundling in universal builds
Fixes https://github.com/microsoft/vscode/issues/130222
2021-08-05 23:02:58 -07:00
Rob Lourens 08d7afbf53 Fix #130221 2021-08-05 20:11:12 -07:00
rebornix 9cfcd16399 fix #130187. 2021-08-05 19:08:11 -07:00
rebornix b89d69ff84 fix #124281. 2021-08-05 18:28:25 -07:00
Rob Lourens 1dae051c56 Change exportNotebook API to return string 2021-08-05 17:14:47 -07:00
Matt Bierner bc0e917553
Mark embedded template expressions as other
Fixes #127005
Fixes ##124270
2021-08-05 17:08:52 -07:00
Matt Bierner 6f262cc183
Add organize to ignore list 2021-08-05 17:08:51 -07:00
rebornix e6167f17f3 fix #127576. 2021-08-05 16:23:35 -07:00
rebornix 69eb1a1b50 fix #124807. 2021-08-05 16:16:48 -07:00
rebornix 130ba00dc7 fix #125235. Add zindex const enums 2021-08-05 16:16:48 -07:00
Jackson Kearl 808f222ed9 Fix #130176 2021-08-05 22:36:47 +00:00
Matt Bierner ee1655a82e
Organize imports in vs/platform 2021-08-05 15:32:53 -07:00
Matt Bierner affc733e4e
Fix format errors from PR 2021-08-05 14:55:55 -07:00
Christopher Yeh 4a69c3dda7
Persist KaTeX macros across render calls (#129747)
* Use KaTeX "globalGroup" for markdown rendering

* Use KaTeX "globalGroup" for markdown rendering
2021-08-05 14:37:49 -07:00
Matt Bierner a4eb4d6884
Update math fixture 2021-08-05 14:00:36 -07:00
Matt Bierner ab598a53ab
Only include prod node_modules from extensions
Fixes #130158
2021-08-05 13:39:04 -07:00
Matt Bierner f8cc75937a
Fix syntax highlighting of math in markdown lists
Fixes #128411
2021-08-05 13:32:55 -07:00
Matt Bierner dc54347a27
Exclude a few extra build files from build 2021-08-05 13:32:54 -07:00
meganrogge 09be5968d5
fix #127901 2021-08-05 12:52:19 -07:00
Dirk Baeumer bd00b1b97a
Support manual trigger for rich nav indexing 2021-08-05 21:35:07 +02:00
Dirk Baeumer e9aec7b308
Enable Rich Nav logging 2021-08-05 21:15:42 +02:00
Rob Lourens 2a933e4505 Add ipynb extension API to invoke the serializer.
So the jupyter extension can implement custom Export functionality, and can dump an unsaved notebook
#128495
2021-08-05 12:14:08 -07:00
Raymond Zhao b36a3d0d4c
Bump version 2021-08-05 11:11:00 -07:00
Connor Peet 8797cfe27e
debug: use simple port attachment for launching main porcess
Fixes #129230
2021-08-05 10:54:15 -07:00
rebornix b8a698e86d fix #130025. 2021-08-05 09:59:21 -07:00
Connor Peet f122075005
update distro 2021-08-05 09:09:04 -07:00
Benjamin Pasero b773dd829c
workspaces - clarify docs around workspaceFolders 2021-08-05 17:55:08 +02:00
Logan Ramos 5b9f4ad720
Fix capitalization 2021-08-05 09:58:45 -04:00
Logan Ramos d18e54f820
Implements #129053 (#130103) 2021-08-05 09:58:03 -04:00
Isidor Nikolic 664201582e
Merge pull request #127162 from microsoft/isidorn/setExpression
set value for variable and watch
2021-08-05 15:34:48 +02:00
isidor 53475b7fc7
debug: show set variable if set_expression is set 2021-08-05 15:23:38 +02:00
Dirk Baeumer 8b065237e4
Update rich nav indexer 2021-08-05 14:08:34 +02:00
Benjamin Pasero 4178ea04ec
smoke - enable screenshot option for failing smoke tests 2021-08-05 12:35:42 +02:00
isidor f1b1e3f2a0
Send out a setExpression for debug extensions that do not support set variables 2021-08-05 11:41:38 +02:00
isidor 61479f3b9a
introduce setExpressionSupported context 2021-08-05 11:41:02 +02:00
Benjamin Pasero 5e99049e66
smoke - fix web smoke tests 2021-08-05 11:31:04 +02:00
isidor 6f2908b9ea
Merge branch 'main' into isidorn/setExpression 2021-08-05 10:31:20 +02:00
Benjamin Pasero 6957e52e4b
smoke - always create test folder 2021-08-05 10:31:07 +02:00
Benjamin Pasero b96644b15f
smoke tests - drop 'tmp' and try to deal with tmp path ourself (#130102) 2021-08-05 10:04:00 +02:00
Alfi Maulana 0f99773ce9
feat: add .tpp and .txx as c++ extensions (#130101) 2021-08-05 09:27:58 +02:00