View Issue Details

IDProjectCategoryView StatusLast Update
0000336GC StudioGCcodepublic2023-03-03 17:57
Reporterevanvennn Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.00.08 
Target Version1.00.09.2Fixed in Version1.00.09.2 
Summary0000336: Added *.PUM to CLEAN operation
Description        {
            "label": "Clean Solution",
            "type": "shell",
            "command": "Remove-Item '${fileDirname}\\*' -Include *.hex,*.lst,*.html,*.asm,*.s,*.cmf,*.d,*.err,*.hxl,*.i,*.map,*.rlf,*.sym,*.o,*.cdf,*.elf,*.pum",
            "options": {
                "cwd": "${fileDirname}"
            },
            "problemMatcher": [],
            "group": {
                "kind": "build",
                "isDefault": true
            },
            "presentation": {
                "showReuseMessage": false,
                "clear": true
            }
        },
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-02-27 13:18 evanvennn New Issue
2023-02-28 19:48 angel-spartan Status new => resolved
2023-02-28 19:48 angel-spartan Resolution open => fixed
2023-02-28 19:48 angel-spartan Fixed in Version => 1.00.09.2
2023-02-28 19:48 angel-spartan Summary Add *.PUM to CLEAN operation => Added *.PUM to CLEAN operation
2023-03-03 17:57 angel-spartan Status resolved => closed