COMMITS
/ extensions/typescript-basics/language-configuration.json January 5, 2026
R
Add TS/JS Template surrounding brackets (#255972)
RedCMD committed
June 17, 2025
R
S
Update indentation for PHP, JS, and TS (#251465)
Stephen Sigwart committed
March 5, 2025
A
Removing double slash from wtihin regex in onEnter rule (#242679)
Aiday Marlen Kyzy committed
February 4, 2025
A
Ignoring URLs when adding line comment onEnter (#239576)
Aiday Marlen Kyzy committed
December 10, 2024
A
Performance regression: revert "Ignoring double slashes inside of strings" (#235742)
Aiday Marlen Kyzy committed
A
onEnter Indentation Rules: Ignoring double slashes inside of strings (#235712)
Aiday Marlen Kyzy committed
November 6, 2024
A
Add comment on next line when not at the end of the line comment in onEnter rules (#233219)
Aiday Marlen Kyzy committed
November 5, 2024
A
TypeScript: Adding slashes on new line when pressing enter from inside line comment with onEnter rules (#233101)
Aiday Marlen Kyzy committed
May 27, 2024
A
Remove brackets from comments, strings and regexes before evaluating the indentation (#210641)
Aiday Marlen Kyzy committed
March 22, 2024
A
Merge pull request #208291 from microsoft/aiday/addingIndentationForIfForWhile
Aiday Marlen Kyzy committed
March 21, 2024
A
making the regex more restrictive
Aiday Marlen Kyzy committed
A
adding rules to indent from within [], (), {}
Aiday Marlen Kyzy committed
A
making the regex pattern so that we don't match if/for/while inside of a word
Aiday Marlen Kyzy committed
A
adding parentheses aroudn the two different alternatives
Aiday Marlen Kyzy committed
A
Merge branch 'main' into aiday/addingIndentationForIfForWhile
Aiday Marlen Kyzy committed
A
simpler function is used in order to cover lambda functions
Aiday Marlen Kyzy committed
A
changing to round brackets inside of the regex pattern
Aiday Marlen Kyzy committed
A
adding dollar sign at the end of the regex to match the full line
Aiday Marlen Kyzy committed
A
adding pattern for if for and while
Aiday Marlen Kyzy committed
A
adding pattern in order to indent the next line
Aiday Marlen Kyzy committed
March 11, 2024
A
Merge branch 'main' into fix-autoindent-on-closing-paren
Aiday Marlen Kyzy committed
February 6, 2024
October 18, 2023
R
Fix decreaseIndentPattern for javascript and typescript
Russell Davis committed
November 22, 2022
S
JS/TS fixes
Stephen Sigwart committed
S
Merge branch 'main' into singleLineDeindent
Stephen Sigwart committed
November 7, 2022
M
Exclude `@` from word pattern in js/ts (#165764)
Matt Bierner committed
October 27, 2022
S
Merge branch 'main' into singleLineDeindent
Stephen Sigwart committed
June 10, 2022
B
Add support for angle bracket matching and colorization in Typescript
Bryan Lee committed
November 6, 2021
S
Fix single line if/else and loop indentation
Stephen Sigwart committed
May 6, 2022
M
Include `@` in JS/TS word pattern (#148962)
Matt Bierner committed
February 3, 2022
M
Move js/ts language configs to json file
Matt Bierner committed
September 21, 2021
H
Fixes #132847 by configuring ${...} as bracket pair.
Henning Dieterichs committed
December 24, 2018
D
Fix invalid JSON. (#65447)
davidwu226 committed
November 12, 2018
M
Auto close <> in js/ts
Matt Bierner committed
August 8, 2018
J
remove comments for more proper json
Jackson Kearl committed
July 24, 2018
J
Same specialization for ts
Jackson Kearl committed
February 23, 2018
M
Split out ts syntax and grammar to ts basics
Matt Bierner committed