You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1768,11 +1768,13 @@
1768
1768
"string"
1769
1769
],
1770
1770
"enum": [
1771
+
"none",
1771
1772
"default",
1772
1773
"test",
1773
1774
"test-profile"
1774
1775
],
1775
1776
"markdownEnumDescriptions": [
1777
+
"No purpose defined.",
1776
1778
"Configuration is uses as default for all other configurations.",
1777
1779
"Default configuration for running or debugging tests.",
1778
1780
"Defines a test profile that you can select in the test explorer or via the play button during a test. This configuration is used instead of the configuration with the purpose `test`."
@@ -1781,11 +1783,13 @@
1781
1783
"description": "Defines what purpose this configuration has.",
1782
1784
"items": {
1783
1785
"enum": [
1786
+
"none",
1784
1787
"default",
1785
1788
"test",
1786
1789
"test-profile"
1787
1790
],
1788
1791
"markdownEnumDescriptions": [
1792
+
"No purpose defined.",
1789
1793
"Configuration is uses as default for all other configurations.",
1790
1794
"Default configuration for running or debugging tests.",
1791
1795
"Defines a test profile that you can select in the test explorer or via the play button during a test. This configuration is used instead of the configuration with the purpose `test`."
0 commit comments