Callum Linington

Results 6 issues of Callum Linington

I'm super interest in this project, and there is some great stuff here - the simplicity is amazing. Two things that jump out at me. First is the Validation flow....

I have put this style cop settings file into my solution root folder: ```xml ``` And I'm still getting `StyleCop Rule: SA1600`, the documentation rules... In another project I have...

So I have some MSpec tests which do not follow some conventions that my production code does. So in the project directory of my tests I have introduced a new...

Hi, When doing an install, firstly `pip install cmakelang` then `pip install --upgrade --force-reinstall cmakelang` I get the following output: ![image](https://github.com/cheshirekow/cmake_format/assets/13630254/deaed040-47ec-49c6-bf4e-b388ef0baf17) I'm not sure how to go about debugging this...

I have setup a copy like so: ``` const copyObj = { src: '*.*', dest: './', copyOptions: { ignore: 'index.html', dot: true } }; fs.copy( this.templatePath(copyObj.src), this.destinationPath(copyObj.dest), copyObj.copyOptions || null...

``` TypeError: Cannot read properties of undefined (reading 'indexOf') at resolveRefs (http://localhost:5173/node_modules/.vite/deps/monaco-yaml_yaml__worker__js.js?v=8e002f8b:29936:27) at YAMLSchemaService.resolveSchemaContent (http://localhost:5173/node_modules/.vite/deps/monaco-yaml_yaml__worker__js.js?v=8e002f8b:29962:11) at http://localhost:5173/node_modules/.vite/deps/monaco-yaml_yaml__worker__js.js?v=8e002f8b:26721:32 at async YamlCompletion.doComplete (http://localhost:5173/node_modules/.vite/deps/monaco-yaml_yaml__worker__js.js?v=8e002f8b:31640:23) ``` ![image](https://github.com/remcohaszing/monaco-yaml/assets/13630254/f044ffcc-6a8e-44e1-9dd2-688d0a3b3384) I'm not sure where this has come...