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

194 Коммитов

Автор SHA1 Сообщение Дата
Garrett Campbell 9d8aff95d9 fix xml2js issue 2023-04-10 09:56:14 -04:00
Garrett Campbell 9aacf13a37
check if our configuration is empty to determine if we can provide (#451) 2023-04-06 09:30:34 -04:00
Garrett Campbell fd1a835d78
only log about telemetry when telemetry is enabled (#450) 2023-04-05 16:22:55 -04:00
Garrett Campbell 5b4d318518
Ensure UI is able to display correct not found versus found status (#445)
* ensure that we can find exe's for the UI

* possible fix

* typing fix
2023-03-27 14:14:52 -04:00
nick-hebi fcee39d2aa
Update regex in parser.ts to remedy issue #441 (#442)
https://github.com/microsoft/vscode-makefile-tools/issues/441
2023-03-23 09:25:04 -04:00
Garrett Campbell 86d8846984
Dependabot fixes (#438)
* fix some dependabot issues and upgrade typescript

* update types/mocha

* revert tsconfig node_modules change

* switch to other
2023-03-21 12:51:20 -04:00
Garrett Campbell b85e79c164
forgot to update the version of the cpptools extension (#436) 2023-03-20 13:34:36 -04:00
Andreea Isac 5a47164b4b
Report not found stuff in Makefile Tools UI (#432)
* Report not found stuff in Makefile Tools UI

* Fix some spacing and refactor some Makefile Tools UI tree nodes updates
2023-03-17 13:11:46 -07:00
Andreea Isac c570369e33
Fixes for 0.7 (#431)
* Fixes for 0.7

* Fix some tabbing spacing
2023-03-17 13:10:09 -07:00
Garrett Campbell 3a8430278a
Merge pull request #434 from microsoft/dev/gcampbell/C++23
Add support for c++23
2023-03-17 16:05:05 -04:00
Garrett Campbell c30da2f843 update --latest condition 2023-03-17 15:32:28 -04:00
Garrett Campbell 46e26ae9fa add support for c++23 2023-03-17 15:25:13 -04:00
Garrett Campbell d4636ff592
Merge pull request #430 from microsoft/dev/gcampbell/MakefilePath
if the make file path is a directory, search for the file
2023-03-09 14:08:44 -05:00
Garrett Campbell 9d1174cd99 slight refactor 2023-03-09 13:42:38 -05:00
Garrett Campbell fd6064929b if the make file path is a directory, search for the file 2023-03-09 13:38:22 -05:00
Garrett Campbell 95b1ccd4af
Merge pull request #428 from microsoft/dev/gcampbell/miDebuggerPath
update miDebuggerPath resolution
2023-03-08 15:59:55 -05:00
Garrett Campbell 8c62e56ef6 flush out comment 2023-03-08 15:23:56 -05:00
Garrett Campbell 15de599e23 revert package.json exposing 2023-03-08 15:05:16 -05:00
Garrett Campbell f60517606c update commands and miDebuggerPath resolution 2023-03-08 13:48:07 -05:00
Garrett Campbell f0a69eedd7
Merge pull request #427 from microsoft/dev/gcampbell/READMeTypo
fix typo in readme
2023-03-08 08:28:06 -05:00
Garrett Campbell cc952eeecf fix typo in readme 2023-03-07 15:34:15 -05:00
Colen Garoutte-Carson 360ea2cf07
Fix loc pipeline (#424) 2023-02-22 16:09:32 -08:00
John HU 582ae149b5
Remove unnecessary entrypoint not found notification, fix #394 (#415) 2023-02-13 12:25:12 -08:00
Andreea Isac e8269d8174
Preprocess multiple consecutive dashes which hang regexp engine (#413)
* Preprocess multiple consecutive dashes which hang regexp engine

* Remove typo.
2023-02-01 17:10:27 -08:00
Hiroshi Yoshioka 740aa0373f
Typo "PostgresSQL"→"PostgreSQL" (#411)
https://github.com/microsoft/vscode-makefile-tools/blob/main/docs/repositories.md
#PingMSFTDocs
2023-01-26 13:10:59 -08:00
dependabot[bot] c224923ce7
Bump qs from 6.10.1 to 6.11.0 (#393)
Bumps [qs](https://github.com/ljharb/qs) from 6.10.1 to 6.11.0.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.10.1...v6.11.0)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

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>
2023-01-03 13:54:54 -08:00
dependabot[bot] 00a26807cb
Bump decode-uri-component from 0.2.0 to 0.2.2 (#395)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

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>
2023-01-03 13:54:26 -08:00
Andreea Isac 2725acbd6a
Don't write into settings when we cannot honor the user given output folder (#356) 2022-08-26 11:46:40 -07:00
Andreea Isac b541df3394
Release 0.6.0 (#355) 2022-08-26 08:59:00 -07:00
Bob Brown 73c008ed5f
Do not write to the user's workspace by default (#354)
* Do not write to the user's workspace by default

* keep the setting for the test
2022-08-25 11:11:06 -07:00
microsoft-github-policy-service[bot] 8293f8d56f
Microsoft mandatory file (#353)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2022-08-16 10:54:33 -07:00
Sean McManus 8f412e6b75
Update telemetry and dependencies. (#338) 2022-06-28 13:17:51 -07:00
csigs bfc58be332
Localization - Translated Strings (#315) 2022-04-29 08:39:59 -07:00
Andreea Isac 88e97e451f
Version bump and update changelog for release 0.5 (#314) 2022-04-28 16:29:09 -07:00
csigs 4468c1caf6
Localization - Translated Strings (#313) 2022-04-28 15:46:45 -07:00
Colin Heinzmann 71dc9dfc98
Resolve ${workspaceRoot}/${workspaceFolder} in makePath (#306)
* Useful for providing environment wrapping scripts which bootstrap
  environment for make commands to be successful.
2022-04-28 15:45:26 -07:00
csigs c88cbb5094
Localization - Translated Strings (#312) 2022-04-27 08:47:25 -07:00
jdmchp eef3c42611
Proposed fix for microsoft/vscode-makefile-tools/issues/290 (#291)
* Proposed fix for microsoft/vscode-makefile-tools/issues/290

* Adding enablement for makefile.outline.setLaunchConfiguration. Enablement does not seem to work. Or I am doing something wrong

* Use the single property makefile.panel.visibility to cover all optional features.
Use OptionalFeatures to handle all optional features in a single place.
If optional feature is controlled via "enablement", then the featute can be
controlled via package.json changes and one change to the optionalFeatures object.
Avoid ѕetting the dirty flag for the configuration when a change of properties is detected.
Minimize operations when changing only flags that control run/debug local features

* Use an object (not an array) to represent optional features. Renamed makefile.panel.visibiluty to makefile.optionalFeatures

* Went back to makefile.panel.visibility. Adjusted types to match the name

* Fix linter issues, one rename, bug in settings change telemetry and bug related to restoring defaults for optional features.

Co-authored-by: Andreea Isac <andris@microsoft.com>
2022-04-25 13:35:23 -07:00
Andreea Isac 3d90a7bca8
Fix telemetry bug related to object settings (#309)
* Fix telemetry bug related to object settings

* Revert tabbing/spacing for the rest of the file
2022-04-25 13:13:48 -07:00
csigs 73c9bc0557
Localization - Translated Strings (#310) 2022-04-22 15:49:42 -07:00
Andreea Isac 1c2dfefadc
Fix localize initialization logistics in launch source code (#308) 2022-04-21 14:24:13 -07:00
Colin Heinzmann 52b7ad3ebb
[Bug] Handle "make list" target in Makefile (#307)
* Issue: If "# Finished Make data base" in list of commands to run
  for a specific target, we would stop parsing targets after it.

* The fix is to match the target string only if it happens immediately
  after a newline, preventing it from finding a match within a target
  command.
2022-04-18 13:08:43 -07:00
Andreea Isac 5278d9f351
Version and changelog updates for 0.4.0 (#296) 2022-03-30 10:01:40 -07:00
Andreea Isac 3723909005
Fix env sent to launch. Check CWD before launching build task. (#299)
* Fix env sent to launch. Check CWD before launching build task.

* Fix linux tests baseline and a typo in the source code
2022-03-30 09:57:00 -07:00
Colen Garoutte-Carson 8e97ba22ff
Fix issue with missing translations (#288) 2022-02-28 09:54:19 -08:00
Andreea Isac 275244a981
Fix prepublish script with production translations and correct id typo in package.json. (#287) 2022-02-24 14:05:35 -08:00
csigs 8bb2fbae07
Localization - Translated Strings (#285) 2022-02-24 01:32:33 -08:00
csigs 042bf3be7c
Localization - Translated Strings (#284) 2022-02-18 13:13:33 -08:00
dependabot[bot] ace30b42bd
Bump simple-get from 3.1.0 to 3.1.1 (#283)
Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/feross/simple-get/releases)
- [Commits](https://github.com/feross/simple-get/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: simple-get
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 12:28:38 -08:00
dependabot[bot] b2faf61069
Bump node-fetch from 2.6.6 to 2.6.7 (#282)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 12:28:28 -08:00