18 Commits

Author SHA1 Message Date
Ben Villalobos
b5903ae54c
Support folding in git COMMIT_MSG files (#272356) 2025-10-21 09:26:47 -07:00
Benjamin Pasero
367fc5f243
exp - introduce and use flag to disable experiments (#254057)
* exp - introduce and use flag to disable experiments

* fix
2025-07-04 09:17:56 +00:00
Ladislau Szomoru
4d7c56ee82
Engineering - Add GitHub action for pull requests (#254056)
* Test - handle running tests as part of a GitHub action

* Add GitHub action files
2025-07-04 08:21:56 +00:00
Benjamin Pasero
b90f20946a
tests - allow to run API tests in vscode (#242987) 2025-03-09 15:54:27 +01:00
Benjamin Pasero
2368e6dc36
Revert "tests - enable API tests with test runner" (#242688)
Revert "tests - enable API tests with test runner (#241149)"

This reverts commit 8f2e1b22ed3620e81d2c2fa1aea343ef12580d5c.
2025-03-05 15:39:39 +01:00
Benjamin Pasero
8f2e1b22ed
tests - enable API tests with test runner (#241149)
* Revert "Revert "tests - enable API tests with test runner" (#241146)"

This reverts commit 105d4af21c11ed9f13e65feba4ce4b41217e2024.

* update

* try to fix

* fix: set extension development path for API tests

---------

Co-authored-by: Connor Peet <connor@peet.io>
2025-03-03 15:43:29 -08:00
Benjamin Pasero
105d4af21c
Revert "tests - enable API tests with test runner" (#241146)
Revert "tests - enable API tests with test runner (#240876)"

This reverts commit 0c4d85850f15c96e950121f91115c3024e6ff361.
2025-02-19 07:15:40 +01:00
Benjamin Pasero
0c4d85850f
tests - enable API tests with test runner (#240876)
* tests - enable API tests with test runner

* windows

* use correct specific tests per api workspace type

---------

Co-authored-by: Connor Peet <connor@peet.io>
2025-02-18 22:15:32 +01:00
Megan Rogge
8eb7fac565
add tests for terminal suggest widget, fix some bugs (#234445) 2024-11-24 10:38:19 -05:00
Alex Ross
e6f2cc2f0a
Add an easy way to run performance tests for tree-sitter (#233072)
* Add an easy way to run performance tests for tree-sitter
Part os #210475

* Compile build folder
2024-11-05 15:35:58 +01:00
Benjamin Pasero
f09184ceb7
esm - set type: module top level (#230210) 2024-10-01 20:48:56 +02:00
Tyler James Leonhardt
9d49135f49
LoopbackClientAndOpener Tests (#225458)
(first tests in this extension!)
2024-08-12 18:42:44 -07:00
Martin Aeschlimann
31e5940fb0
adopt test-extension for colorize & configuration-editing (#195691)
* adopt test-extension for  colorize & configuration-editing

* update

* fixes
2023-11-17 20:22:36 +01:00
Tyler James Leonhardt
482d5ba393
Add some integration tests for github-auth (#195729) 2023-10-16 13:58:44 -07:00
Aaron Munger
e614d43eb4 generate a valid temp directory 2023-10-13 15:55:28 -07:00
Aaron Munger
583d56685f use test extension to test extensions 2023-10-13 15:55:28 -07:00
Connor Peet
7314532ae9
eng: fix extension test runner on windows (#195600) 2023-10-13 23:49:32 +02:00
Connor Peet
c2a6932e9e
eng: onboard to the extension test runner (#195570)
* eng: onboard to the extension test runner

Adds a `.vscode-test.js` file that uses the new extension test CLI to
run tests. Also, onboards the markdown-language-features as the first
built-in extension to use it.

With the `ms-vscode.extension-test-runner` extension installed, the
markdown-language-features' tests can be run and debugged easily in
the UI :)

* fixup
2023-10-13 13:11:05 -07:00