rogalmic / vscode-xml-complete

XML editing helper (using XSD schemaLocation)
MIT License
28 stars 14 forks source link

RangeError: Maximum call stack size exceeded #8

Closed DarkAxi0m closed 5 years ago

DarkAxi0m commented 5 years ago

Getting this error when using this xsd file. https://raw.githubusercontent.com/propelorm/Propel/master/generator/resources/xsd/database.xsd

Not sure what else you need to assist.

<database name="default" defaultIdMethod="native"
           namespace="App\Database"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="https://raw.githubusercontent.com/propelorm/Propel/master/generator/resources/xsd/database.xsd"
        >
</database>

VSCode details Version: 1.36.0 (user setup) Commit: 0f3794b38477eea13fb47fbe15a42798e6129338 Date: 2019-07-03T13:25:46.372Z Electron: 4.2.5 Chrome: 69.0.3497.128 Node.js: 10.11.0 V8: 6.9.427.31-electron.0 OS: Windows_NT x64 10.0.17763

rogalmic commented 5 years ago

Will be fixed in next release, sorry for delay.