We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708b12b commit 5a98510Copy full SHA for 5a98510
1 file changed
visualpython/js/com/com_Config.js
@@ -65,7 +65,7 @@ define([
65
this.data = {
66
// Configuration
67
'vpcfg': {
68
-
+ 'runType': 'run'
69
},
70
// User defined code for Snippets
71
'vpudf': {
@@ -636,7 +636,7 @@ define([
636
/**
637
* Set configuration data (on server)
638
* @param {Object} dataObj
639
- * @param {String} configKey
+ * @param {String} configKey vpcfg / vpudf / vpimport / vppackman
640
*/
641
setData(dataObj, configKey='vpudf') {
642
let that = this;
0 commit comments