Henning Dieterichs
6fe0852863
Adds pipeline.yml
2 years ago
Thomas Zilz
0b59e74a02
Resolve URIs with special characters correctly
2 years ago
Nathan Shively-Sanders
0f8ea46080
Update node types for TS 4.9 RC ( #3389 )
...
TS 4.9 RC updates AbortSignal again, and requires a matching upgrade to
`@types/node`. Followup to #3334 . Required to compile against TS 4.9 RC
or Typescript nightly builds.
2 years ago
Trey Smith
1aa33634de
Fix possible duplicate of editors in vite sample
...
In testing the vite sample, I could see duplicate editors created on the screen. From what I can tell, this was due to the if statement checking if editor was null in the `useEffect`. However, the editor variable would not be updated on the first re-render causing a double instance. I adjusted the editor check to be inside the `state dispatch` since it would have the most current information. This seems to have fixed the issue on my end.
2 years ago
Kirill Cherkashin
0d94323b00
Fix broken link in the changelog
2 years ago
Alexandru Dima
bc9e8523b5
Run the publish workflow earlier in the day ( #3381 )
2 years ago
Alexandru Dima
9375d4ba65
Fix publishing CI ( #3375 )
2 years ago
Alexandru Dima
6e995f7503
Merge pull request #3356 from jakebailey/redo-require-removal
...
Remove regex replacements from import-typescript
2 years ago
Alexandru Dima
30a85dbf36
Merge branch 'main' into redo-require-removal
2 years ago
Alexandru Dima
8fc2ca540c
Add a smoketest for packaging with parcel ( #3371 )
...
* Add a smoketest for packaging with parcel
* Prevent parcel from bundling shims for `process` or `buffer`
2 years ago
Alexandru Dima
2b3d8516c6
Bring smoketest scripts together ( #3370 )
2 years ago
Alexandru Dima
5d653b2569
Smoketest improvements: ( #3369 )
...
- Add a smoketest for packaging with vite
- Re-enable the smoketest for packaging with esbuild
- Re-enable the smoketest on webkit
2 years ago
Alexandru Dima
a3d4b960c5
Fix unit tests ( #3368 )
2 years ago
Alexandru Dima
547870b688
Prepare for 0.34.1 ( #3367 )
2 years ago
Matthew Peveler
d9d70cd349
Add new pgsql 15 functions
...
Signed-off-by: Matthew Peveler <matt@popsql.com>
2 years ago
Jake Bailey
ddbd09d044
Also remove 'this' regex
2 years ago
Jake Bailey
416b686d69
Remove regex replacements from import-typescript
2 years ago
Jake Bailey
d63c89d832
Use typescript.js as source for typescriptServices
2 years ago
dependabot[bot]
22698f2c1b
Bump vite from 2.8.6 to 2.9.13 in /samples/browser-esm-vite-react ( #3274 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 2.8.6 to 2.9.13.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v2.9.13/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2 years ago
Remy Suen
54a4e45a10
Fix the color provider's columns
...
Fix the example so that the document colors' ranges encompass the entire
word.
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2 years ago
Andrew Branch
ab889ff2cc
Update @types/node ( #3334 )
2 years ago
Alexandru Dima
1575bc8ae9
Improve smoke tests resilience towards slow loading of modes ( #3342 )
2 years ago
Alexandru Dima
9d4574b10b
Handle case when npm would return an error code ( #3340 )
2 years ago
DetachHead
50d14789db
add `satisfies` keyword to typescript
2 years ago
Jeremy Rifkin
9d3404c134
Added AVX 512 types to C++ syntax highlighting
2 years ago
Noel Kim (김민혁)
0ddaffa092
Add CommonJS, ESM extension for TS
2 years ago
Alexandru Dima
35eb0efbc0
Switch to `yarn` which supports overriding resolutions to address vulnerabilities in dependencies of dependencies ( #3242 )
...
* Switch to `yarn` which supports overriding resolutions to address vulnerabilities in dependencies of dependencies
* Go back to npm and use `overrides`
3 years ago
Noel Kim (김민혁)
6223b3b279
Update mysql.ts
3 years ago
Noel Kim (김민혁)
fe0d5f5891
Update mysql.ts
3 years ago
Noel Kim (김민혁)
963ea1edeb
Update mysql.ts
3 years ago
Noel Kim (김민혁)
17daab82e0
Fix single quoted string escape
3 years ago
Henning Dieterichs
9d278685b0
Merge pull request #3230 from microsoft/prepare-release-0.34.0
...
Update changelog and version.
3 years ago
Henning Dieterichs
5c5bdc5c18
Update changelog and version.
3 years ago
Henning Dieterichs
dddcfabb9d
Merge pull request #3228 from microsoft/hediet/update-link
...
Update MAINTAINING.md
3 years ago
Henning Dieterichs
9d3b549aa6
Update MAINTAINING.md
3 years ago
Henning Dieterichs
9b2e90e2d9
Merge pull request #3227 from microsoft/hediet/workerManager
...
Refactors workerManager
3 years ago
Henning Dieterichs
4c5552d6a5
Refactors workerManager
3 years ago
Henning Dieterichs
913ae66ad8
Merge pull request #3057 from bsorrentino/main
...
Fix issue #2295 - Models with "@" in their name do not resolve as dependencies
3 years ago
Henning Dieterichs
acc3d9a8d0
Merge pull request #3226 from luisscholl-at-software-ag/html-syntax-highlighting-script-type-module
...
Add script type module syntax highlighting to html
3 years ago
Henning Dieterichs
f90ab429ab
Merge pull request #3052 from mhsdesign/patch-1
...
[DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051
3 years ago
Henning Dieterichs
12d4d82bdf
Merge pull request #3111 from soof-golan/soof/python-3.10-support
...
Add Python 3.10 keyword support
3 years ago
Henning Dieterichs
58100e52b8
Merge pull request #3137 from remcohaszing/fix-monaco-environment-types
...
Fix MonacoEnvironment types
3 years ago
Henning Dieterichs
16d120645d
Merge branch 'main' into fix-monaco-environment-types
3 years ago
Henning Dieterichs
5b7a2eff9d
Merge pull request #3214 from supersonictw/patch-1
...
Fix menu link in integrate-esm.md
3 years ago
Henning Dieterichs
5be41f8e80
Merge branch 'main' into patch-1
3 years ago
Henning Dieterichs
37703ae1a1
Merge pull request #3222 from anjbur/anburton/update-keywords
...
Update Q# keywords
3 years ago
Angela Burton
519407a929
Update keywords
3 years ago
SuperSonic
d83a306b9b
Fix menu link in integrate-esm.md
3 years ago
Henning Dieterichs
f57624cdc1
Merge pull request #3213 from microsoft/hediet/inbox-queue
...
Add inbox queue to MAINTAINING.md
3 years ago
Henning Dieterichs
b15654dd7a
Formats document.
3 years ago