This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DOESNT WORK, FIX ON THE WAY | |
| Steps: | |
| - create python script | |
| - add tasks to tasks.json | |
| - add to all build tasks: "dependsOn": ["fix-compile-commands"] | |
| untested, AI generated, slow and ugly but works for me. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import time, sys | |
| PATH_TO_FILE = sys.argv[1] | |
| DICT = {"1": "speech", | |
| "2": "laugther", | |
| "3": "applause"} | |
| quit = False |