Граф коммитов

  • 8ee669a1be Update baselines and more bug fixes. andris 2023-04-13 01:31:37 -0700
  • 3555091b62
    Merge branch 'main' into dev/andris/makefile_tools/varexp Andreea Isac 2023-04-12 17:04:17 -0700
  • e0158ceabe Variable expansion - initial support Andreea Isac 2023-04-12 16:41:11 -0700
  • 3766ba7a5b
    fix edit pen on makefile (#456) Garrett Campbell 2023-04-12 15:55:05 -0400
  • 02b32a6b00 fix edit pen on makefile dev/gcampbell/MakefileEditPen Garrett Campbell 2023-04-12 15:33:33 -0400
  • 5639198854
    don't cache when empty, don't configure when fullFeatureSet is false (#455) Garrett Campbell 2023-04-11 14:16:17 -0400
  • 1a481eb839
    fix xml2js issue (#454) Garrett Campbell 2023-04-11 10:40:55 -0400
  • d88abe67b3 don't cache when empty, don't configure when fullFeatureSet is false dev/gcampbell/CpptoolIntegrationFixes Garrett Campbell 2023-04-11 10:28:16 -0400
  • 9d8aff95d9 fix xml2js issue dev/gcampbell/xml2jsFix Garrett Campbell 2023-04-10 09:56:14 -0400
  • 4f6a390947
    Merge 627ea83fbc into 9aacf13a37 mourlijuao 2023-04-08 03:04:40 +0300
  • 627ea83fbc Bug bounty test - please ignore.... (pslxpo) mourlijuao 2023-04-08 00:04:38 +0000
  • 9aacf13a37
    check if our configuration is empty to determine if we can provide (#451) Garrett Campbell 2023-04-06 09:30:34 -0400
  • fd1a835d78
    only log about telemetry when telemetry is enabled (#450) Garrett Campbell 2023-04-05 16:22:55 -0400
  • 1fe4d60a06 check if our configuration is empty to determine if we can provide dev/gcampbell/EmptyCppToolsConfig Garrett Campbell 2023-04-05 16:22:08 -0400
  • 204ff32bbe only log about telemetry when telemetry is enabled dev/gcampbell/TelemetryLogging Garrett Campbell 2023-04-05 15:46:54 -0400
  • b43d02c9de saving beginning stages of pipeline work dev/gcampbell/PipelineWork Garrett Campbell 2023-04-05 14:44:38 -0400
  • 5b4d318518
    Ensure UI is able to display correct not found versus found status (#445) Garrett Campbell 2023-03-27 14:14:52 -0400
  • 0748683dbc typing fix dev/gcampbell/NotFoundBug Garrett Campbell 2023-03-27 09:17:54 -0400
  • 30634c7b61 possible fix Garrett Campbell 2023-03-24 16:23:28 -0400
  • 73531f4d5a ensure that we can find exe's for the UI Garrett Campbell 2023-03-24 16:08:41 -0400
  • 39374ca05c update changelog dev/gcampbell/0.7Changelog Garrett Campbell 2023-03-23 09:26:45 -0400
  • fcee39d2aa
    Update regex in parser.ts to remedy issue #441 (#442) nick-hebi 2023-03-23 09:25:04 -0400
  • f70d02d455
    Update regex in parser.ts to remedy issue #441 nick-hebi 2023-03-22 11:51:23 -0400
  • 86d8846984
    Dependabot fixes (#438) Garrett Campbell 2023-03-21 12:51:20 -0400
  • cb76b7c990 switch to other dev/gcampbell/DependabotFix Garrett Campbell 2023-03-21 11:06:43 -0400
  • 019344d34b update changelog Garrett Campbell 2023-03-21 09:40:53 -0400
  • f70602f21f revert tsconfig node_modules change Garrett Campbell 2023-03-20 15:55:13 -0400
  • b85e79c164
    forgot to update the version of the cpptools extension (#436) Garrett Campbell 2023-03-20 13:34:36 -0400
  • bc3f752cad update types/mocha Garrett Campbell 2023-03-20 11:36:38 -0400
  • e9b74445dd fix some dependabot issues and upgrade typescript Garrett Campbell 2023-03-20 11:17:47 -0400
  • af51c43503 start preparing changelog for 0.7.0 release Garrett Campbell 2023-03-20 09:24:15 -0400
  • 25ab99824d forgot to update the version of the cpptools extension dev/gcambell/C++23Fix Garrett Campbell 2023-03-20 08:41:39 -0400
  • 5a47164b4b
    Report not found stuff in Makefile Tools UI (#432) Andreea Isac 2023-03-17 13:11:46 -0700
  • c570369e33
    Fixes for 0.7 (#431) Andreea Isac 2023-03-17 13:10:09 -0700
  • 3a8430278a
    Merge pull request #434 from microsoft/dev/gcampbell/C++23 Garrett Campbell 2023-03-17 16:05:05 -0400
  • c30da2f843 update --latest condition dev/gcampbell/C++23 Garrett Campbell 2023-03-17 15:32:28 -0400
  • 46e26ae9fa add support for c++23 Garrett Campbell 2023-03-17 15:25:13 -0400
  • d77820696d Fix some tabbing spacing Andreea Isac 2023-03-13 17:14:21 -0700
  • b4ea2b0cec
    Merge 1089223274 into d4636ff592 Bob Brown 2023-03-13 11:06:44 -0400
  • 573564dcb9 Fix some spacing and refactor some Makefile Tools UI tree nodes updates Andreea Isac 2023-03-11 03:01:27 -0800
  • abb1486c9b Report not found stuff in Makefile Tools UI Andreea Isac 2023-03-11 02:17:42 -0800
  • df7d66fbff Fixes for 0.7 Andreea Isac 2023-03-11 01:30:45 -0800
  • d4636ff592
    Merge pull request #430 from microsoft/dev/gcampbell/MakefilePath Garrett Campbell 2023-03-09 14:08:44 -0500
  • 9d1174cd99 slight refactor dev/gcampbell/MakefilePath Garrett Campbell 2023-03-09 13:42:38 -0500
  • fd6064929b if the make file path is a directory, search for the file Garrett Campbell 2023-03-09 13:38:22 -0500
  • 95b1ccd4af
    Merge pull request #428 from microsoft/dev/gcampbell/miDebuggerPath Garrett Campbell 2023-03-08 15:59:55 -0500
  • 8c62e56ef6 flush out comment dev/gcampbell/miDebuggerPath Garrett Campbell 2023-03-08 15:23:56 -0500
  • 15de599e23 revert package.json exposing Garrett Campbell 2023-03-08 15:05:16 -0500
  • f60517606c update commands and miDebuggerPath resolution Garrett Campbell 2023-03-08 13:48:07 -0500
  • f0a69eedd7
    Merge pull request #427 from microsoft/dev/gcampbell/READMeTypo Garrett Campbell 2023-03-08 08:28:06 -0500
  • cc952eeecf fix typo in readme dev/gcampbell/READMeTypo Garrett Campbell 2023-03-07 15:34:15 -0500
  • 360ea2cf07
    Fix loc pipeline (#424) Colen Garoutte-Carson 2023-02-22 16:09:32 -0800
  • a78e60b817 Fix loc pipeline Colen Garoutte-Carson 2023-02-22 15:54:20 -0800
  • 582ae149b5
    Remove unnecessary entrypoint not found notification, fix #394 (#415) John HU 2023-02-13 12:25:12 -0800
  • 1ac17570f3
    Remove unnecessary entrypoint not found notification, fix #394 John HU 2023-02-07 14:46:29 -0800
  • e8269d8174
    Preprocess multiple consecutive dashes which hang regexp engine (#413) Andreea Isac 2023-02-01 17:10:27 -0800
  • a634cf11d0
    Create Unable to start debugging. Okeeff 2023-02-01 22:39:16 +0300
  • 563bd976e1 Remove typo. Andreea Isac 2023-01-26 14:21:09 -0800
  • e9925d7763 Preprocess multiple consecutive dashes which hang regexp engine Andreea Isac 2023-01-26 14:15:54 -0800
  • 740aa0373f
    Typo "PostgresSQL"→"PostgreSQL" (#411) Hiroshi Yoshioka 2023-01-27 06:10:59 +0900
  • 8fa2748dae
    Typo "PostgresSQL"→"PostgreSQL" Hiroshi Yoshioka 2023-01-27 00:01:40 +0900
  • 1089223274 Fix issues with compiler switch parsing and do command substitution for commands marked as safe bobbrow/parsing Bob Brown (DEVDIV) 2023-01-14 16:19:44 -0800
  • c224923ce7
    Bump qs from 6.10.1 to 6.11.0 (#393) dependabot[bot] 2023-01-03 13:54:54 -0800
  • 00a26807cb
    Bump decode-uri-component from 0.2.0 to 0.2.2 (#395) dependabot[bot] 2023-01-03 13:54:26 -0800
  • cecf8ab6d4
    Bump decode-uri-component from 0.2.0 to 0.2.2 dependabot[bot] 2022-12-08 11:45:21 +0000
  • c14d8a4464
    Bump qs from 6.10.1 to 6.11.0 dependabot[bot] 2022-12-06 16:56:34 +0000
  • 2725acbd6a
    Don't write into settings when we cannot honor the user given output folder (#356) v0.6.0 Andreea Isac 2022-08-26 11:46:40 -0700
  • 51ce072c07 Don't write into settings when we cannot honor the user given output folder Andreea Isac 2022-08-26 10:43:39 -0700
  • b541df3394
    Release 0.6.0 (#355) Andreea Isac 2022-08-26 08:59:00 -0700
  • f740bbf5f1 Release 0.6.0 Andreea Isac 2022-08-25 15:30:49 -0700
  • 73c008ed5f
    Do not write to the user's workspace by default (#354) Bob Brown 2022-08-25 11:11:06 -0700
  • 61626f73c1 keep the setting for the test Bob Brown (DEVDIV) 2022-08-24 12:35:03 -0700
  • 46dc0abd7f Do not write to the user's workspace by default Bob Brown (DEVDIV) 2022-08-24 12:23:51 -0700
  • 8293f8d56f
    Microsoft mandatory file (#353) microsoft-github-policy-service[bot] 2022-08-16 10:54:33 -0700
  • dbc5ffad65
    Microsoft mandatory file microsoft-github-policy-service[bot] 2022-08-15 21:14:24 +0000
  • c5649e3d3e
    Microsoft mandatory file users/GitHubPolicyService/0754e4c4-ff53-4a19-8219-c89527b882e2 microsoft-github-policy-service[bot] 2022-08-02 16:07:28 +0000
  • 8f412e6b75
    Update telemetry and dependencies. (#338) Sean McManus 2022-06-28 13:17:51 -0700
  • 16bb663996 Update telemetry and dependencies. Sean McManus 2022-06-28 12:28:31 -0700
  • 164cc66789 Change version. Sean McManus 2022-06-27 17:25:11 -0700
  • bfc58be332
    Localization - Translated Strings (#315) csigs 2022-04-29 08:39:59 -0700
  • 68e11eeffb Localization - Translated Strings csigs 2022-04-29 07:03:01 +0000
  • 88e97e451f
    Version bump and update changelog for release 0.5 (#314) v0.5.0 Andreea Isac 2022-04-28 16:29:09 -0700
  • 2fb0db5ad4 Version bump and update changelog for release 0.5 Andreea Isac 2022-04-28 16:00:25 -0700
  • 4468c1caf6
    Localization - Translated Strings (#313) csigs 2022-04-28 15:46:45 -0700
  • 71dc9dfc98
    Resolve ${workspaceRoot}/${workspaceFolder} in makePath (#306) Colin Heinzmann 2022-04-28 15:45:26 -0700
  • 55e8514116 Localization - Translated Strings csigs 2022-04-28 07:03:44 +0000
  • c88cbb5094
    Localization - Translated Strings (#312) csigs 2022-04-27 08:47:25 -0700
  • c573859bd6 Localization - Translated Strings csigs 2022-04-27 07:02:57 +0000
  • eef3c42611
    Proposed fix for microsoft/vscode-makefile-tools/issues/290 (#291) jdmchp 2022-04-25 13:35:23 -0700
  • 3d90a7bca8
    Fix telemetry bug related to object settings (#309) Andreea Isac 2022-04-25 13:13:48 -0700
  • 73c9bc0557
    Localization - Translated Strings (#310) csigs 2022-04-22 15:49:42 -0700
  • a430e36b6e Localization - Translated Strings csigs 2022-04-22 07:03:38 +0000
  • db768a4f71 Fix linter issues, one rename, bug in settings change telemetry and bug related to restoring defaults for optional features. Andreea Isac 2022-04-21 14:53:24 -0700
  • 79d2a3980f Revert tabbing/spacing for the rest of the file Andreea Isac 2022-04-21 14:42:15 -0700
  • 85b21ec5c7 Fix telemetry bug related to object settings Andreea Isac 2022-04-21 14:33:12 -0700
  • 1c2dfefadc
    Fix localize initialization logistics in launch source code (#308) Andreea Isac 2022-04-21 14:24:13 -0700
  • 0859eb57e1 Fix localize initialization logistics in launch source code Andreea Isac 2022-04-20 13:47:04 -0700
  • 52b7ad3ebb
    [Bug] Handle "make list" target in Makefile (#307) Colin Heinzmann 2022-04-18 13:08:43 -0700
  • 7801ae5b32 [Bug] Handle "make list" target in Makefile Colin Heinzmann 2022-04-14 06:58:07 -0700
  • ec53b14d93 Resolve ${workspaceRoot}/${workspaceFolder} in makePath Colin Heinzmann 2022-04-13 11:02:37 -0700