mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-02-13 21:18:15 +01:00
We would actually fail to decode an error, and then assume it's a valid result, unwrapping another failed attempt to decode the json string returned by the server. Cause seems to be that the json error structure now conains an additional field, 'error_uri'. * we removed a debug printing ... . * incremented version
31 lines
500 B
Plaintext
31 lines
500 B
Plaintext
{
|
|
"folders":
|
|
[
|
|
{
|
|
"follow_symlinks": true,
|
|
"path": "../..",
|
|
"file_exclude_patterns" : [
|
|
"Cargo.lock"
|
|
],
|
|
"folder_exclude_patterns" : [
|
|
"target",
|
|
".git",
|
|
],
|
|
},
|
|
],
|
|
"SublimeLinter":
|
|
{
|
|
"linters":
|
|
{
|
|
"rust": {
|
|
"@disable": true,
|
|
"args": [],
|
|
"crate-root": null,
|
|
"excludes": [],
|
|
"use-cargo": true,
|
|
"use-crate-root": true
|
|
},
|
|
}
|
|
}
|
|
}
|