microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
184 stars 55 forks source link

support more assignment operators #463

Open mcandre opened 1 year ago

mcandre commented 1 year ago

GNU make, bmake, and POSIX make recently adopted several assignment operators beyond the simple equals sign (=).

Newer assignment operators include:

gcampbell-msft commented 1 year ago

@mcandre Thanks for the heads up and the feature request! I'll mark this as a feature request for reference for when we investigate putting it on the backlog. 👍