We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9d69df + 53434ba commit 2b7d693Copy full SHA for 2b7d693
create_cmake_rule.go
@@ -109,10 +109,10 @@ func (s *ExportProjectCMake) Run(ctx *types.Context) error {
109
110
// Use old ctags method to generate export file
111
commands := []types.Command{
112
- &ContainerMergeCopySketchFiles{},
+ //&ContainerMergeCopySketchFiles{},
113
&ContainerAddPrototypes{},
114
- &FilterSketchSource{Source: &ctx.Source, RemoveLineMarkers: true},
115
- &SketchSaver{},
+ //&FilterSketchSource{Source: &ctx.Source, RemoveLineMarkers: true},
+ //&SketchSaver{},
116
}
117
118
for _, command := range commands {
0 commit comments