We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my code : var ace = require("brace"); require("brace/ext/language_tools"); // require("brace/mode/mysql"); require("brace/mode/less"); // require("brace/theme/cobalt"); require("brace/theme/eclipse"); require("brace/theme/sqlserver"); // require("brace/snippets/text.js"); require("brace/snippets/mysql.js"); // this.editor = ace.edit("editor" + this.editableTabsValue); this.editor.getSession().setMode("ace/mode/mysql");
all works fine but thereis error show on the browser console : GET http://127.0.0.1:8080/mode-sql.js net::ERR_ABORTED 404 (Not Found)
The text was updated successfully, but these errors were encountered:
Did you ever resolve this? I have a similar issue.
Sorry, something went wrong.
No branches or pull requests
my code :
var ace = require("brace");
require("brace/ext/language_tools");
//
require("brace/mode/mysql");
require("brace/mode/less");
//
require("brace/theme/cobalt");
require("brace/theme/eclipse");
require("brace/theme/sqlserver");
//
require("brace/snippets/text.js");
require("brace/snippets/mysql.js");
//
this.editor = ace.edit("editor" + this.editableTabsValue);
this.editor.getSession().setMode("ace/mode/mysql");
all works fine but thereis error show on the browser console :
GET http://127.0.0.1:8080/mode-sql.js net::ERR_ABORTED 404 (Not Found)
The text was updated successfully, but these errors were encountered: